-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15549 control: Pause group update if provider is changed (#14182)
If the system fabric provider is updated, it is possible that group updates could be sent with stale information (a mix of old and new URIs). Engines may attempt to begin communicating with peers whose URIs have not been updated to the new provider. We need to prevent this. This patch temporarily pauses group updates when it detects a fabric provider change in order to allow all known ranks to rejoin. Afterward it triggers the group update to the engines. Signed-off-by: Kris Jacque <[email protected]>
- Loading branch information
Showing
4 changed files
with
447 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.