gpt4 book ai didi

distributed-computing - 网络断开后,筏跟随者如何重新加入?

转载 作者:行者123 更新时间:2023-12-04 02:00:33 24 4
gpt4 key购买 nike

我在木筏上有问题。

在论文“寻找可理解的共识算法(扩展版)”中,它说:

To begin an election, a follower increments its current term and transitions to candidate state. (in section 5.2)



它还说:

reciever should be "Reply false if args.term < currentTerm" in AppendEntries RPC and RequestVot RPC



所以,让我们想想这个场景,raft系统有5台机器,现在机器0是leader,机器1到4是跟随者,现在是term 1。突然,机器1断网,然后机器1超时,然后它开始领导选举,它发送RequestVot RPC,肯定会失败(网络断开)。然后它将开始新的领导者选举......等等。机器1的任期是多次增加。可能增加到 10。当机器 1'Term 增加到 10 时,它连接网络。并且领导者(机器0)向机器1发送心跳,机器1将拒绝心跳(机器0'术语小于机器1),现在机器1将无法重新加入系统。

最佳答案

这里要记住的重要一点是,当一个节点收到一个更大的术语时,它总是更新它的本地术语。因此,由于机器 1 将拒绝领导者的请求,领导者最终将了解更高的任期 (10) 并下台,然后将选出任期 >10 的新节点。

Obviously this is inefficient, but it's why most real world implementations use the so called "pre-vote"protocol, checking to ensure a node can win an election before it transitions to the candidate role and increments the term.

关于distributed-computing - 网络断开后,筏跟随者如何重新加入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47568168/

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