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

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

Open
ghost opened this issue Jan 26, 2021 · 1 comment
Open
Labels
Jira Creates a corresp. Jira issue in the APIs project. Source: Tracking Originated from the Tracking bot.

Comments

@ghost
Copy link

ghost commented Jan 26, 2021

The tracking issue for the Java side PR.

Handle membership in the client on split brain

See hazelcast/hazelcast#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 hazelcast/hazelcast#16855

@zpqrtbnk zpqrtbnk added the Source: Tracking Originated from the Tracking bot. label Apr 9, 2021
@emreyigit emreyigit added the Jira Creates a corresp. Jira issue in the APIs project. label Jul 3, 2023
@github-actions github-actions bot changed the title [TRACKING ISSUE] Handle membership in the client on split brain [TRACKING ISSUE] Handle membership in the client on split brain [API-2077] Jul 3, 2023
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

Internal Jira issue: API-2077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Jira Creates a corresp. Jira issue in the APIs project. Source: Tracking Originated from the Tracking bot.
Projects
None yet
Development

No branches or pull requests

2 participants