我的理解是:
种子节点维护集群中的所有节点列表.
假设我们必须向集群添加新节点,我们必须在种子服务器的种子列表中输入新节点名称,然后新节点将成为环的一部分.
我假设我们不必在对等节点中提及有关种子服务器的任何事情.
如果我的理解不正确,请纠正我
我读了一些“种子节点”中的失败不会导致任何问题.让我们说如果种子节点崩溃了如何保持环信息?
解决方法
反之亦然:在新节点的配置中,您指向另一个已存在的节点作为种子提供者.种子提供者是加入群集的新节点的初始联系点.节点加入集群后,它会记住拓扑,不再需要种子提供程序.
Note: The seed node designation has no purpose other than bootstrapping the gossip process for new nodes joining the cluster. Seed nodes are not a single point of failure,nor do they have any other special purpose in cluster operations beyond the bootstrapping of nodes.