gpt4 book ai didi

java - 了解集群状态更新

转载 作者:行者123 更新时间:2023-11-30 10:39:00 25 4
gpt4 key购买 nike

我正在阅读 gossip akka cluster文档,对八卦仍有一点误解。

this answer 中所述,两个节点正在八卦这个值,然后谁看到了这个值。但这会带来一些关于收敛的问题。这是我的看法:

S - 是可见集。

cluster topology

问题是在某个时候,只有节点 4 知道收敛发生了。节点 1、2 和 3 仍然认为没有。我对节点 4 应该如何处理收敛很感兴趣?

它是否应该发起新一轮关于收敛发生的八卦?或者其他节点如何知道它?

最佳答案

节点 1-3 仍将进行八卦(好吧,3 可能已经知道收敛,因为它知道 4 具有值(value)。)当它们继续闲聊时,他们将就谁看到了值(value)交换笔记。

节点 4(实际上是 3)和所有知道收敛的后续节点继续八卦,但没有其他问题中提到的随机加权。在您的链接文档的协议(protocol)部分,它说:

While the cluster is in a converged state the gossiper only sends a small gossip status message containing the gossip version to the chosen node. As soon as there is a change to the cluster (meaning non-convergence) then it goes back to biased gossip again.

关于java - 了解集群状态更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39448766/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com