--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/6e06347d-62f5-4f20-9451-d9cefa635aa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,when recovering from network partition, there are a number of criteria based on which a subcluster determines whether it should merge towards the other or not. When subclusters have the same number of data members, the exact algorithm is not really important; all that matters is to have a deterministic algorithm that will be executed on both sub-clusters and both will reach the same decision in terms of which subcluster should merge towards the other.That said, if you want to follow the actual code that makes the merge decision, it is here for master branch: https://github.com/hazelcast/hazelcast/blob/ed39fff8b34128add775e63979b72b2423cbb52c/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java#L767-L823Cheers,Vassilis
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/fd86e5d7-32e4-485d-ba34-de16b1a798d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

How does Hazelcast detect N/w split in the cluster ? I suppose there would be some background task to do that. What is the name of that background task ?Also, once there is a n/w split how would hazelcast start the merging process? Does the above same background task initiates the merge as well?
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/ce3ac994-bb40-4bde-8dd3-d26b2b13fb07%40googlegroups.com.