Closed kim closed 2 weeks ago
Adds a field epoch typed u64 to the commit header. It signifies the term number of the leader when writing to a commitlog in a distributed setting.
epoch
It will help detecting and recovering from divergent logs, a situation which can arise during a leader failover.
Adds a field
epoch
typed u64 to the commit header. It signifies the term number of the leader when writing to a commitlog in a distributed setting.It will help detecting and recovering from divergent logs, a situation which can arise during a leader failover.