-
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
Bug: ClusterEvent.MemberRemoved
can jump from MemberLeaving
without being MemberExited
#4948
Comments
The unit test that was able to reproduce this bug (and this unit test has a very low flip rate, historically) akka.net/src/core/Akka.Cluster.Tests/ClusterSpec.cs Lines 468 to 500 in 65e5a22
|
This was referenced Apr 19, 2021
Pretty sure this has been resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Akka.NET v1.4.18
Based on some build log failures detected in PR #4946
This isn't legal according to the member transition spec - issue occurs here:
akka.net/src/core/Akka.Cluster/ClusterEvent.cs
Lines 880 to 903 in 65e5a22
Going to need to see if we can reproduce this with a simple use case, as this is definitely a gossip propagation / merging / diffing bug.
The text was updated successfully, but these errors were encountered: