forked from scylladb/scylla-cluster-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(diff_gr0_token_ring): Check group0 and token_ring
Decommission could fail or aborted at moment when all data was streamed and node was removed from token ring but stay in raft group0. This could affect on raft group0 avialability because garbage voter stay in group0. This mostly happened for DecommissionStreamingErrMonkey. New procedure of 'Handling Cluster Membership Change Failures' was presented to handle such cases. To avoid that, compare members of token ring and group0 and remove from group0 garbage member with removenode operation. After that node could be terminated Issue: scylladb/scylladb#11723 Issue: scylladb/scylladb#13122 Commit: scylladb/scylladb@c2a2996
- Loading branch information
1 parent
798db4f
commit 879fc68
Showing
2 changed files
with
165 additions
and
9 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
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