Raft (algorithm): Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T18 CW#553 - Fix errors for CW project (<nowiki> tags)
Line 54:
* ''MTBF (Mean Time Between Failures)'' is the average time between failures for a server. It is also relative to the infrastructure.
* ''electionTimeout'' is the same as described in the Leader Election section. It is something the programmer must choose.
Typical number for these values can be 0.5&nbsp;ms to 20&nbsp;ms for ''broadcastTime'', which implies that the programmer sets the ''electionTimeout'' somewhere between 10&nbsp;ms and 500&nbsp;ms. It can take several weeks or months between single server failures, which means the values are all rightsufficient for a stable cluster to work.
 
== References ==