-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Issue During sharding integration tests, sharding components will occasionally go into error state when executing `update_status`. However when the hook gets fired again the component goes out of error. The errors are either `SeverSelectionError` or `OperationFailure` (code 18) indicating the cluster is still syncing either password or internal membership. The current check for `cluster_password_synced` is not robust enough to catch these. ## Solution Update `cluster_password_synced` and its dependent functions to catch these errors right away.
- Loading branch information
1 parent
1f9c2cf
commit b6c9f25
Showing
1 changed file
with
15 additions
and
12 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