-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix Akka.Cluster Startup #5398
Fix Akka.Cluster Startup #5398
Conversation
very strange, the tests does not fail on my machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor changes but otherwise I think this looks good. I'll add those myself on a separate PR.
…ka.net into fix-cluster-startup2
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes done
The cluster core loading task does not need to lock anymore.
To let the constructor finish will resolve racy Cluster.Get(system) issues
Should fix issue: #5397