hazelcast / hazelcast/hazelcast-csharp-client

[TRACKING ISSUE] Handle membership in the client on split brain [API-2077]

Open
#387 1 comment 0 reactions 0 assignees View on GitHub
Jira Source: Tracking
Dominant language
C#
Stars
107
Forks
52
PR merge metrics
No merged PRs in 30d

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

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.