hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Handle membership in the client on split brain
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
**Handle membership in the client on split brain**
See https://github.com/hazelcast/hazelcast/pull/17147 for details.
---
It could be the case that when split brain occurs the member list
version that client remembers is already bigger than the the
half that client is connected to. In this case, client can not
apply the member list because it has an older version. But
in fact, it should have been applied, otherwise client get
stuck with an old member-list.
As a solution, we clear the member-list version everytime
we re-register the member list listener.
fixes https://github.com/hazelcast/hazelcast/issues/16855
Contributor guide
Assessment
This issue has not been assessed yet.