You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have faced and issue with a cluster with more than 10 nodes. I have created PR 30 to fix this issue.
But I found the second issue:
The condition that checks if node already joined the cluster is not correct.
For example:
Node mongooseim-10 fails to join to cluster because issue PR 30 as result pod will be restarted. But mnesia folder will be created.
Next start of the node mongooseim-10 skip joining the cluster because mnesia folder exist. As a result, it will be standalone node.
The text was updated successfully, but these errors were encountered:
I have faced and issue with a cluster with more than 10 nodes. I have created PR 30 to fix this issue.
But I found the second issue:
The condition that checks if node already joined the cluster is not correct.
For example:
The text was updated successfully, but these errors were encountered: