[Bug]: un-/registering entity verticles in hazelcast cluster when not in safe state
halber opened this issue · 0 comments
halber commented
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 environmentsRelevant log output
No response
Anything else?
No response