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

[Bug]: un-/registering entity verticles in hazelcast cluster when not in safe state #305

Open
1 task done
halber opened this issue Apr 18, 2023 · 0 comments · May be fixed by #313
Open
1 task done

[Bug]: un-/registering entity verticles in hazelcast cluster when not in safe state #305

halber opened this issue Apr 18, 2023 · 0 comments · May be fixed by #313
Labels
bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid

Comments

@halber
Copy link
Contributor

halber commented Apr 18, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It was noticed that sometimes, when we redeploy a node some verticles may not get registered in the shared map.
This happens due to the fact that when a node leaves or joins the cluster hazelcast, it will rebalance the cluster.
If we register or unregister entity verticles when the hazelcast cluster is not in a safe state a PartitionMigratingException occurs.

Expected Behavior

Register or unregister entity verticles should work.

Steps To Reproduce

No response

Environment

all environments

Relevant log output

No response

Anything else?

No response

@halber halber added bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid labels Apr 18, 2023
@halber halber changed the title [Bug]: [Bug]: un-/registering entity verticles in hazelcast cluster when not in safe state Apr 18, 2023
@halber halber linked a pull request May 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage This issue needs to be investigated and confirmed as a valid
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant