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

com.hazelcast.client.splitbrainprotection.replicatedmap.ClientReplicatedMapSplitBrainProtectionReadTest #18764

Closed
olukas opened this issue May 24, 2021 · 2 comments · Fixed by #19180

Comments

@olukas
Copy link
Contributor

olukas commented May 24, 2021

master (commit c3c641f)

Failed on Zing JDK 8: http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/300/testReport/com.hazelcast.client.splitbrainprotection.replicatedmap/ClientReplicatedMapSplitBrainProtectionReadTest/com_hazelcast_client_splitbrainprotection_replicatedmap_ClientReplicatedMapSplitBrainProtectionReadTest/

Stacktrace:

com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD has failed!
	at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279)
	at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274)
	at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269)
	at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232)
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338)
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243)
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469)
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197)
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137)
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123)
	at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
	at ------ submitted from ------.()
	at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279)
	at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112)
	at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100)
	at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617)
	at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179)
	at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172)
	at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110)
	at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43)
	at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247)
	at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105)
	at com.hazelcast.client.splitbrainprotection.replicatedmap.ClientReplicatedMapSplitBrainProtectionReadTest.setUp(ClientReplicatedMapSplitBrainProtectionReadTest.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

Standard output:

08:01:39,094  INFO || - [MetricsConfigHelper] main - [LOCAL] [gqntmahttw] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1'
08:01:39,098  INFO || - [system] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 
	o  o   O   o---o o--o o      o-o   O    o-o  o-O-o     o--o  o       O  o-O-o o--o  o-o  o--o  o   o 
	|  |  / \     /  |    |     /     / \  |       |       |   | |      / \   |   |    o   o |   | |\ /| 
	O--O o---o  -O-  O-o  |    O     o---o  o-o    |       O--o  |     o---o  |   O-o  |   | O-Oo  | O | 
	|  | |   |  /    |    |     \    |   |     |   |       |     |     |   |  |   |    o   o |  \  |   | 
	o  o o   o o---o o--o O---o  o-o o   o o--o    o       o     O---o o   o  o   o     o-o  o   o o   o
08:01:39,098  INFO || - [system] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
08:01:39,098  INFO || - [system] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210522 - c3c641f) starting at [127.0.0.1]:5701
08:01:39,098  INFO || - [system] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Cluster name: gqntmahttw
08:01:39,108  INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled
08:01:39,118  WARN || - [CPSubsystem] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
08:01:39,127  INFO || - [JetService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2
08:01:39,130  INFO || - [Diagnostics] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
08:01:39,130  INFO || - [LifecycleService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTING
08:01:39,130  INFO || - [JetExtension] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade.
08:01:39,130  INFO || - [ClusterService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:1, ver:1} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
]

08:01:39,130  INFO || - [JetExtension] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled
08:01:39,130  INFO || - [LifecycleService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTED
08:01:39,131  INFO || - [MetricsConfigHelper] main - [LOCAL] [gqntmahttw] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1'
08:01:39,134  INFO || - [system] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 
	o  o   O   o---o o--o o      o-o   O    o-o  o-O-o     o--o  o       O  o-O-o o--o  o-o  o--o  o   o 
	|  |  / \     /  |    |     /     / \  |       |       |   | |      / \   |   |    o   o |   | |\ /| 
	O--O o---o  -O-  O-o  |    O     o---o  o-o    |       O--o  |     o---o  |   O-o  |   | O-Oo  | O | 
	|  | |   |  /    |    |     \    |   |     |   |       |     |     |   |  |   |    o   o |  \  |   | 
	o  o o   o o---o o--o O---o  o-o o   o o--o    o       o     O---o o   o  o   o     o-o  o   o o   o
08:01:39,134  INFO || - [system] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
08:01:39,134  INFO || - [system] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210522 - c3c641f) starting at [127.0.0.1]:5702
08:01:39,134  INFO || - [system] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Cluster name: gqntmahttw
08:01:39,143  INFO || - [HealthMonitor] hz.dreamy_ptolemy.HealthMonitor - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.0G, swap.space.total=0, swap.space.free=0, heap.memory.used=1.7G, heap.memory.free=1.6G, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=51.59%, heap.memory.used/max=51.59%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=425, unknown.gc.time=302265ms, load.process=0.00%, load.system=100.00%, load.systemAverage=7.13, thread.count=73, thread.peakCount=983, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=0, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
08:01:39,144  INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled
08:01:39,148 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-6 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,148 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-6 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,156  WARN || - [CPSubsystem] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
08:01:39,170  INFO || - [JetService] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2
08:01:39,173  INFO || - [Diagnostics] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
08:01:39,173  INFO || - [LifecycleService] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTING
08:01:39,174  INFO || - [MockServer] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5701, alive=true}
08:01:39,174  INFO || - [MockServer] hz.dreamy_ptolemy.generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5702, alive=true}
08:01:39,175  INFO || - [ClusterService] hz.dreamy_ptolemy.generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:2, ver:2} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
]

08:01:39,248 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-5 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,248 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-5 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,275  INFO || - [JetExtension] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade.
08:01:39,275  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:2, ver:2} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
]

08:01:39,276  INFO || - [JetExtension] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled
08:01:39,276  INFO || - [LifecycleService] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTED
08:01:39,276  INFO || - [MetricsConfigHelper] main - [LOCAL] [gqntmahttw] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1'
08:01:39,281  INFO || - [system] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 
	o  o   O   o---o o--o o      o-o   O    o-o  o-O-o     o--o  o       O  o-O-o o--o  o-o  o--o  o   o 
	|  |  / \     /  |    |     /     / \  |       |       |   | |      / \   |   |    o   o |   | |\ /| 
	O--O o---o  -O-  O-o  |    O     o---o  o-o    |       O--o  |     o---o  |   O-o  |   | O-Oo  | O | 
	|  | |   |  /    |    |     \    |   |     |   |       |     |     |   |  |   |    o   o |  \  |   | 
	o  o o   o o---o o--o O---o  o-o o   o o--o    o       o     O---o o   o  o   o     o-o  o   o o   o
08:01:39,281  INFO || - [system] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
08:01:39,281  INFO || - [system] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210522 - c3c641f) starting at [127.0.0.1]:5703
08:01:39,281  INFO || - [system] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Cluster name: gqntmahttw
08:01:39,290  INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled
08:01:39,300  WARN || - [CPSubsystem] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
08:01:39,307  INFO || - [JetService] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2
08:01:39,310  INFO || - [Diagnostics] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
08:01:39,310  INFO || - [LifecycleService] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTING
08:01:39,310  INFO || - [MockServer] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5701, alive=true}
08:01:39,311  INFO || - [MockServer] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5703, alive=true}
08:01:39,311  INFO || - [ClusterService] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:3} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
]

08:01:39,312  INFO || - [MockServer] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5703, alive=true}
08:01:39,312  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:3} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
]

08:01:39,348 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,348 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-4 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,411  INFO || - [JetExtension] hz.mystifying_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade.
08:01:39,412  INFO || - [ClusterService] hz.mystifying_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:3} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 this
]

08:01:39,413  INFO || - [MockServer] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5702, alive=true}
08:01:39,413  INFO || - [JetExtension] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled
08:01:39,413  INFO || - [LifecycleService] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTED
08:01:39,413  INFO || - [MetricsConfigHelper] main - [LOCAL] [gqntmahttw] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1'
08:01:39,419  INFO || - [system] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] 
	o  o   O   o---o o--o o      o-o   O    o-o  o-O-o     o--o  o       O  o-O-o o--o  o-o  o--o  o   o 
	|  |  / \     /  |    |     /     / \  |       |       |   | |      / \   |   |    o   o |   | |\ /| 
	O--O o---o  -O-  O-o  |    O     o---o  o-o    |       O--o  |     o---o  |   O-o  |   | O-Oo  | O | 
	|  | |   |  /    |    |     \    |   |     |   |       |     |     |   |  |   |    o   o |  \  |   | 
	o  o o   o o---o o--o O---o  o-o o   o o--o    o       o     O---o o   o  o   o     o-o  o   o o   o
08:01:39,419  INFO || - [system] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
08:01:39,419  INFO || - [system] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210522 - c3c641f) starting at [127.0.0.1]:5704
08:01:39,419  INFO || - [system] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Cluster name: gqntmahttw
08:01:39,427  INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled
08:01:39,437  WARN || - [CPSubsystem] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
08:01:39,444  INFO || - [JetService] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2
08:01:39,447  INFO || - [Diagnostics] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
08:01:39,447  INFO || - [LifecycleService] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTING
08:01:39,448  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=true}
08:01:39,449 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,449  INFO || - [MockServer] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=true}
08:01:39,449 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,449  INFO || - [ClusterService] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:4} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
]

08:01:39,450  INFO || - [MockServer] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=true}
08:01:39,450  INFO || - [MockServer] hz.mystifying_ptolemy.generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=true}
08:01:39,451  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:4} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
]

08:01:39,452  INFO || - [ClusterService] hz.mystifying_ptolemy.generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:4} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 this
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
]

08:01:39,549  INFO || - [JetExtension] hz.serene_ptolemy.generic-operation.thread-1 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade.
08:01:39,549 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-2 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,549 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-2 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,550  INFO || - [ClusterService] hz.serene_ptolemy.generic-operation.thread-1 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:4} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1 this
]

08:01:39,550  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=true}
08:01:39,550  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=true}
08:01:39,550  INFO || - [JetExtension] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled
08:01:39,551  INFO || - [LifecycleService] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTED
08:01:39,551  INFO || - [MetricsConfigHelper] main - [LOCAL] [gqntmahttw] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1'
08:01:39,555  INFO || - [system] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] 
	o  o   O   o---o o--o o      o-o   O    o-o  o-O-o     o--o  o       O  o-O-o o--o  o-o  o--o  o   o 
	|  |  / \     /  |    |     /     / \  |       |       |   | |      / \   |   |    o   o |   | |\ /| 
	O--O o---o  -O-  O-o  |    O     o---o  o-o    |       O--o  |     o---o  |   O-o  |   | O-Oo  | O | 
	|  | |   |  /    |    |     \    |   |     |   |       |     |     |   |  |   |    o   o |  \  |   | 
	o  o o   o o---o o--o O---o  o-o o   o o--o    o       o     O---o o   o  o   o     o-o  o   o o   o
08:01:39,555  INFO || - [system] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
08:01:39,555  INFO || - [system] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210522 - c3c641f) starting at [127.0.0.1]:5705
08:01:39,555  INFO || - [system] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Cluster name: gqntmahttw
08:01:39,566  INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled
08:01:39,577  WARN || - [CPSubsystem] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
08:01:39,583  INFO || - [JetService] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2
08:01:39,587  INFO || - [Diagnostics] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
08:01:39,587  INFO || - [LifecycleService] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTING
08:01:39,587  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=true}
08:01:39,588  INFO || - [MockServer] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=true}
08:01:39,588  INFO || - [ClusterService] hz.dreamy_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:5, ver:5} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:39,589  INFO || - [MockServer] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=true}
08:01:39,590  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:5, ver:5} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:39,590  INFO || - [MockServer] hz.mystifying_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=true}
08:01:39,590  INFO || - [ClusterService] hz.mystifying_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:5, ver:5} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 this
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:39,591  INFO || - [MockServer] hz.serene_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5705, alive=true}
08:01:39,591  INFO || - [ClusterService] hz.serene_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:5, ver:5} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1 this
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:39,650 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,650 DEBUG || - [JobCoordinationService] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized.
08:01:39,688  INFO || - [JetExtension] hz.reverent_ptolemy.generic-operation.thread-1 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade.
08:01:39,690  INFO || - [ClusterService] hz.reverent_ptolemy.generic-operation.thread-1 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:5, ver:5} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557 this
]

08:01:39,690  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=true}
08:01:39,690  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=true}
08:01:39,690  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5704, alive=true}
08:01:39,690  INFO || - [JetExtension] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Jet extension is enabled
08:01:39,690  INFO || - [LifecycleService] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTED
08:01:39,691  INFO || - [PartitionStateManager] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Initializing cluster partition table arrangement...
08:01:39,693  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ is: 0
08:01:39,694  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for WRITE is: 0
08:01:39,695  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ_WRITE is: 0
08:01:39,752 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-7 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:39,753 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-5 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:44,755 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-9 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:44,757 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-6 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:49,761 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-1 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:49,761 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-11 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:54,764 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-8 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:54,764 DEBUG || - [JobRepository] hz.dreamy_ptolemy.cached.thread-6 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Job cleanup took 0ms
08:01:57,953  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ is: 10000
08:01:57,954  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for WRITE is: 10000
08:01:57,957  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ_WRITE is: 10000
08:01:57,957  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=false}
08:01:57,957  INFO || - [MockServer] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=false}
08:01:57,958  INFO || - [MockServer] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=false}
08:01:57,958  WARN || - [MembershipManager] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 is suspected to be dead
08:01:57,958  WARN || - [MembershipManager] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1 is suspected to be dead
08:01:57,958  WARN || - [MembershipManager] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e is suspected to be dead
08:01:57,958  WARN || - [MembershipManager] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1 is suspected to be dead
08:01:57,958  WARN || - [MembershipManager] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 is suspected to be dead
08:01:57,958  INFO || - [MembershipManager] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Starting mastership claim process...
08:01:57,958  INFO || - [MembershipManager] main - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Local MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5701, uuid=f2e4b869-164e-4bf1-828c-b6bd2c562c96, liteMember=false, memberListJoinVersion=1}, MemberInfo{address=[127.0.0.1]:5702, uuid=927ae4ca-3229-4478-ae3f-b662aa66947e, liteMember=false, memberListJoinVersion=2}, MemberInfo{address=[127.0.0.1]:5703, uuid=90d3c464-d634-423c-9cc6-8e7a4dcea6c2, liteMember=false, memberListJoinVersion=3}, MemberInfo{address=[127.0.0.1]:5704, uuid=3529985e-6e1a-4be4-8ab6-7967d7f2c8e1, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557, liteMember=false, memberListJoinVersion=5}]} with suspected members: [Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e, Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2, Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96] and initial addresses to ask: [Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557]
08:01:57,958  INFO || - [MembershipManager] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
08:01:57,959  INFO || - [ClusterService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:6} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:57,959  WARN || - [MembershipManager] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 is suspected to be dead
08:01:57,959  INFO || - [ClusterService] hz.mystifying_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:6} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 this
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:57,959  INFO || - [TransactionManagerService] hz.dreamy_ptolemy.cached.thread-11 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
08:01:57,959  INFO || - [TransactionManagerService] hz.mystifying_ptolemy.cached.thread-3 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
08:01:57,960  WARN || - [MembershipManager] main - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557 is suspected to be dead
08:01:57,960  WARN || - [MembershipManager] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e is suspected to be dead
08:01:57,960  WARN || - [MembershipManager] main - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557 is suspected to be dead
08:01:57,960  WARN || - [MembershipManager] main - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 is suspected to be dead
08:01:57,960  INFO || - [MembershipManager] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
08:01:57,961  INFO || - [ClusterService] main - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:7} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96 this
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
]

08:01:57,961  INFO || - [ClusterService] hz.mystifying_ptolemy.generic-operation.thread-0 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:7} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2 this
]

08:01:57,961  WARN || - [ClusterService] hz.reverent_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Mastership of [127.0.0.1]:5704 is accepted. Response: MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=3529985e-6e1a-4be4-8ab6-7967d7f2c8e1, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557, liteMember=false, memberListJoinVersion=5}]}
08:01:57,961  INFO || - [TransactionManagerService] hz.mystifying_ptolemy.cached.thread-3 - [127.0.0.1]:5703 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
08:01:57,962  INFO || - [TransactionManagerService] hz.dreamy_ptolemy.cached.thread-11 - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
08:01:57,962  INFO || - [TransactionManagerService] hz.serene_ptolemy.cached.thread-7 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: f2e4b869-164e-4bf1-828c-b6bd2c562c96
08:01:57,962  INFO || - [TransactionManagerService] hz.serene_ptolemy.cached.thread-7 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: 927ae4ca-3229-4478-ae3f-b662aa66947e
08:01:57,962  INFO || - [ClusterService] hz.serene_ptolemy.cached.thread-2 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:2, ver:6} [
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1 this
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:57,962  INFO || - [TransactionManagerService] hz.serene_ptolemy.cached.thread-7 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
08:01:57,962  INFO || - [MembershipManager] hz.serene_ptolemy.cached.thread-2 - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Mastership is claimed with: MembersView{version=6, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=3529985e-6e1a-4be4-8ab6-7967d7f2c8e1, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557, liteMember=false, memberListJoinVersion=5}]}
08:01:57,963  INFO || - [ClusterService] hz.reverent_ptolemy.generic-operation.thread-1 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:2, ver:6} [
	Member [127.0.0.1]:5704 - 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557 this
]

08:01:57,963  INFO || - [TransactionManagerService] hz.reverent_ptolemy.cached.thread-10 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: f2e4b869-164e-4bf1-828c-b6bd2c562c96
08:01:57,963  INFO || - [TransactionManagerService] hz.reverent_ptolemy.cached.thread-10 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: 927ae4ca-3229-4478-ae3f-b662aa66947e
08:01:57,963  INFO || - [TransactionManagerService] hz.reverent_ptolemy.cached.thread-10 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
08:01:57,965  INFO || - [TransactionManagerService] hz.cool_ptolemy.cached.thread-2 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 3529985e-6e1a-4be4-8ab6-7967d7f2c8e1
08:01:57,965  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:4, ver:6} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	Member [127.0.0.1]:5705 - 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
]

08:01:57,965  INFO || - [TransactionManagerService] hz.cool_ptolemy.cached.thread-2 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 5fb7f1d9-41d3-4fb1-8c6f-328bcd93f557
08:01:57,965  INFO || - [ClusterService] hz.cool_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [gqntmahttw] [5.0-SNAPSHOT] 

Members {size:3, ver:7} [
	Member [127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
	Member [127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e this
	Member [127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
]

08:01:57,967  INFO || - [InternalPartitionService] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Fetching partition tables from cluster to determine the most recent one... Local stamp: -7939033747391728028
08:01:57,967  INFO || - [InternalPartitionService] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Most recent partition table is determined.
08:01:57,967  INFO || - [InternalPartitionService] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Applying the most recent of partition state...
08:01:57,967  WARN || - [InternalPartitionService] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Following unknown addresses are found in partition table sent from master[[127.0.0.1]:5704]. (Probably they have recently joined or left the cluster.) {
	[127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	[127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	[127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
}
08:01:57,968  WARN || - [InternalPartitionService] hz.reverent_ptolemy.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [gqntmahttw] [5.0-SNAPSHOT] Following unknown addresses are found in partition table sent from master[[127.0.0.1]:5704]. (Probably they have recently joined or left the cluster.) {
	[127.0.0.1]:5702 - 927ae4ca-3229-4478-ae3f-b662aa66947e
	[127.0.0.1]:5703 - 90d3c464-d634-423c-9cc6-8e7a4dcea6c2
	[127.0.0.1]:5701 - f2e4b869-164e-4bf1-828c-b6bd2c562c96
}
08:01:57,977  INFO || - [MigrationManager] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] Repartitioning cluster data. Migration tasks count: 9
08:01:57,991  INFO || - [MigrationManager] hz.dreamy_ptolemy.migration - [127.0.0.1]:5701 [gqntmahttw] [5.0-SNAPSHOT] Repartitioning cluster data. Migration tasks count: 15
08:01:58,007  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ is: 10000
08:01:58,031  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ is: 10000
08:01:58,041  INFO || - [MigrationManager] hz.serene_ptolemy.migration - [127.0.0.1]:5704 [gqntmahttw] [5.0-SNAPSHOT] All migration tasks have been completed. (repartitionTime=Sat May 22 08:01:57 UTC 2021, plannedMigrations=9, completedMigrations=9, remainingMigrations=0, totalCompletedMigrations=9, elapsedMigrationOperationTime=529ms, totalElapsedMigrationOperationTime=529ms, elapsedDestinationCommitTime=12ms, totalElapsedDestinationCommitTime=12ms, elapsedMigrationTime=543ms, totalElapsedMigrationTime=543ms)
08:01:58,042  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ is: 10000
08:01:58,043  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type WRITE is: 10000
08:01:58,053  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type WRITE is: 10000
08:01:58,062  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type WRITE is: 10000
08:01:58,072  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ_WRITE is: 10000
08:01:58,073  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ_WRITE is: 10000
08:01:58,074  INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ_WRITE is: 10000
@mmedenjak
Copy link
Contributor

All of these seem related:
#18950
#18777
#18766
#18765
#18764

@mmedenjak
Copy link
Contributor

Also this - #18930

sancar pushed a commit to sancar/hazelcast that referenced this issue 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930
@sancar sancar self-assigned this Jul 26, 2021
mmedenjak pushed a commit that referenced this issue 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
sancar pushed a commit to sancar/hazelcast that referenced this issue Jul 27, 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930

(cherry picked from commit a33a1a7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jul 27, 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930

(cherry picked from commit a33a1a7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jul 27, 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930

(cherry picked from commit a33a1a7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jul 27, 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930

(cherry picked from commit a33a1a7)
sancar pushed a commit to sancar/hazelcast that referenced this issue Jul 27, 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 hazelcast#18950
fixes hazelcast#18777
fixes hazelcast#18766
fixes hazelcast#18765
fixes hazelcast#18764
fixes hazelcast#18930

(cherry picked from commit a33a1a7)
mmedenjak pushed a commit that referenced this issue Jul 28, 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

(cherry picked from commit a33a1a7)
mmedenjak pushed a commit that referenced this issue Jul 28, 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

(cherry picked from commit a33a1a7)
mmedenjak pushed a commit that referenced this issue Jul 28, 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

(cherry picked from commit a33a1a7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants