You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a validator reads directly from a leader's ledger file/output or starts from a leader's ledger that was snapshot'd while the leader was appending, the deserialization may fail on the last, partial Entry serialization.
There are choices to be made:
leaders can advertise snapshots from which validators can safely rsync or read directly
validators can tolerate failed deserialization, partial tails, and catchup via repair window
It'd be ok if both of the above were employed.
The text was updated successfully, but these errors were encountered:
If a validator reads directly from a leader's ledger file/output or starts from a leader's ledger that was snapshot'd while the leader was appending, the deserialization may fail on the last, partial Entry serialization.
There are choices to be made:
It'd be ok if both of the above were employed.
The text was updated successfully, but these errors were encountered: