Skip to content
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

Cluster member cannot Leave when status is Joining #2346

Open
ayoung opened this issue Oct 21, 2016 · 0 comments
Open

Cluster member cannot Leave when status is Joining #2346

ayoung opened this issue Oct 21, 2016 · 0 comments

Comments

@ayoung
Copy link
Contributor

ayoung commented Oct 21, 2016

I'm finding that a member cannot Leave() the cluster if the status is MemberStatus.Joining. It is only allowed to leave if it is MemberStatus.Up.

https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka.Cluster/ClusterDaemon.cs#L1195
if you call Leave() when status is Joining, the member is considered unreachable by the cluster indefinitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant