akka/akka-core

Cluster 'self' status is 'Removed' before joining

Open

#25 663 ouverte le 21 sept. 2018

Voir sur GitHub
 (1 commentaire) (3 réactions) (0 assignés)Scala (3 547 forks)batch import
1 - triagedhelp wantedt:cluster

Métriques du dépôt

Stars
 (13 277 stars)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

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.

Guide contributeur