empty entries -> ticks
This commit is contained in:
parent
bffa9f914c
commit
2238725d1c
|
@ -45,9 +45,9 @@ sent outside a leader's assigned slot.
|
||||||
|
|
||||||
All `T` ticks must be observed by the next leader for it to build its own
|
All `T` ticks must be observed by the next leader for it to build its own
|
||||||
entries on. If entries are not observed (leader is down) or entries are invalid
|
entries on. If entries are not observed (leader is down) or entries are invalid
|
||||||
(leader is buggy or malicious), the next leader must produce empty entries to
|
(leader is buggy or malicious), the next leader must produce ticks to
|
||||||
fill the previous leader's slot. Note that the next leader should do repair
|
fill the previous leader's slot. Note that the next leader should do repair
|
||||||
requests in parallel, and postpone sending empty entries until it is confident
|
requests in parallel, and postpone sending ticks until it is confident other
|
||||||
other validators also failed to observe the previous leader's entries. If a
|
validators also failed to observe the previous leader's entries. If a leader
|
||||||
leader incorrectly builds on empty entries, the leader following it must
|
incorrectly builds on its own ticks, the leader following it must replace all
|
||||||
replace all its entries with empties.
|
its ticks.
|
||||||
|
|
Loading…
Reference in New Issue