Skip to content

Cluster member cannot Leave when status is Joining #2346

@ayoung

Description

@ayoung

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions