Skip to content
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

Fixes SplitBrainTest start issues #19180

Merged
merged 1 commit into from Jul 26, 2021

Conversation

sancar
Copy link
Contributor

@sancar sancar commented Jul 26, 2021

SplitBrainStatus is set by a single thread at the hazelcast instance
start in an async manner. Therefore, we are not sure that a the
status is set when the test starts.

Adding an eventually check at the start so that we make sure we
have the min-size cluster for all split brain protections before
we actually split the cluster

fixes #18950
fixes #18777
fixes #18766
fixes #18765
fixes #18764
fixes #18930

SplitBrainStatus is set by a single thread at the hazelcast instance
start in an async manner. Therefore, we are not sure that a the
status is set when the test starts.

Adding an eventually check at the start so that we make sure we
have the min-size cluster for all split brain protections before
we actually split the cluster

fixes hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930
@sancar sancar added this to the 5.0 milestone Jul 26, 2021
@sancar sancar self-assigned this Jul 26, 2021
@mmedenjak mmedenjak self-requested a review July 26, 2021 11:52
@mmedenjak mmedenjak merged commit 8834585 into hazelcast:master Jul 26, 2021
@sancar sancar deleted the fix/splitBrainStartIssues/master branch July 26, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment