akka/akka-core

Cluster 'self' status is 'Removed' before joining

Open

#25,663 opened on Sep 21, 2018

View on GitHub
 (1 comment) (3 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:cluster

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

When the current node is not part of the cluster gossip, the cluster status of 'self' is reported as Removed.

This has the effect that the initial cluster status, before joining, is also Removed. This used to be rare when joining based on seed-nodes from the configuration was common, but now with more sophisticated cluster bootstrap mechanisms it may become more common.

It might be nice to introduce an Uninitialized cluster state.

Contributor guide