-
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
WeaklyUp nodes get stuck at joining #3274
Comments
Original |
Found the bug: akka.net/src/core/Akka.Cluster/ClusterDaemon.cs Lines 2145 to 2176 in 881019e
This, specifically, is the trouble-maker:
FYI @Horusiath, when we make changes to the membership of the cluster we can't rely on consistent left-to-right set semantics from the built-in We need to use the akka.net/src/core/Akka.Cluster/ClusterDaemon.cs Lines 2284 to 2287 in 881019e
|
Version: Akka.NET 1.3.3 nightlies (beta)
I thought I had explicitly ruled out this issue when I was working on reviewing the original
WeaklyUp
PR, but apparently not. Seeing #2584 symptoms with weakly up nodes.The text was updated successfully, but these errors were encountered: