Raft算法:缩写“MTBF”代表什么?
Raft algorithm: What does abbreviation `MTBF` stand for?
5.6 Timing and availability
Leader election is the aspect of Raft where timing is most critical. Raft will be able to elect and maintain a steady leader as long as the system satisfies the following timing requirement:
broadcastTime ≪ electionTimeout ≪ MTBF
作者在这篇论文中引用了一个概念'MTBF' In Search of an Understandable Consensus Algorithm.
MTBF 代表什么?
MTBF 表示 Mean Time Between Failures
.
这是单个服务器的平均故障间隔时间。
5.6 Timing and availability
Leader election is the aspect of Raft where timing is most critical. Raft will be able to elect and maintain a steady leader as long as the system satisfies the following timing requirement:
broadcastTime ≪ electionTimeout ≪ MTBF
作者在这篇论文中引用了一个概念'MTBF' In Search of an Understandable Consensus Algorithm.
MTBF 代表什么?
MTBF 表示 Mean Time Between Failures
.
这是单个服务器的平均故障间隔时间。