-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not run check in cets_discovery on nodedown #50
Merged
Commits on Jan 31, 2024
-
Do not run check on nodedown in cets_disco
When a node goes down, it would be kicked from other nodes in the cluster by global. This process in not instant. This process happens even if node is alive and could reconnect. Reconnecting too fast would interfere with prevent_overlapped_partitions logic though. We still allow for this node to reconnect, but only during the regular checks. The change temporary puts the node into unavalable_nodes list though
Configuration menu - View commit details
-
Copy full SHA for 71af85d - Browse repository at this point
Copy the full SHA 71af85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c522d63 - Browse repository at this point
Copy the full SHA c522d63View commit details -
Add new retry_type after_nodedown
This allows us to try to reconnect to the remote node after some period of time after the netsplit. Enters regular phase once we contact the remote node.
Configuration menu - View commit details
-
Copy full SHA for 7cb7316 - Browse repository at this point
Copy the full SHA 7cb7316View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f16de - Browse repository at this point
Copy the full SHA b0f16deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f704fda - Browse repository at this point
Copy the full SHA f704fdaView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87246cb - Browse repository at this point
Copy the full SHA 87246cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 469f177 - Browse repository at this point
Copy the full SHA 469f177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e91ab - Browse repository at this point
Copy the full SHA 85e91abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d8ba7 - Browse repository at this point
Copy the full SHA 43d8ba7View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cec51bf - Browse repository at this point
Copy the full SHA cec51bfView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eddf756 - Browse repository at this point
Copy the full SHA eddf756View commit details
Commits on Feb 29, 2024
-
Make stopping CETS gen_servers more reliable
Call peer to stop the processes Use proc_lib to spawn processes for better error reporting in tests
Configuration menu - View commit details
-
Copy full SHA for 30f0452 - Browse repository at this point
Copy the full SHA 30f0452View commit details -
More reliable disconnect_node in tests Link disco process in tests
Configuration menu - View commit details
-
Copy full SHA for fbaf1d8 - Browse repository at this point
Copy the full SHA fbaf1d8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.