igniterealtime/openfire-hazelcast-plugin

Split brain handling invokes joinCluster() before finishing leftCluster()

evdherberg opened this issue · 0 comments

Split brain handling is based on first leaving the old, smaller cluster and then joining the new, potentially larger cluster. The current implementation starts firing joinCluster() events before finishing leftCluster() handling.