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 #19189

Merged
merged 1 commit into from Jul 28, 2021

Commits on Jul 27, 2021

  1. Fixes SplitBrainTest start issues

    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
    
    (cherry picked from commit a33a1a7)
    sancar committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    427f656 View commit details
    Browse the repository at this point in the history