akka/akka-core

Cluster 'self' status is 'Removed' before joining

Open

#25,663 创建于 2018年9月21日

在 GitHub 查看
 (1 评论) (3 反应) (0 负责人)Scala (3,547 fork)batch import
1 - triagedhelp wantedt:cluster

仓库指标

Star
 (13,277 star)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

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.

贡献者指南