Add snapshot-epoch cursor so 3+-node gossip converges in order and across compaction
All checks were successful
CI / check (push) Successful in 5m24s
All checks were successful
CI / check (push) Successful in 5m24s
This commit is contained in:
parent
6a22bee2e1
commit
83851c794d
6 changed files with 239 additions and 70 deletions
|
|
@ -65,7 +65,7 @@ enum Msg {
|
|||
// A version vector. `reply` asks the peer to answer with its own digest, so a
|
||||
// node that dropped a push can pull back exactly what the peer is missing.
|
||||
Digest {
|
||||
versions: HashMap<String, u64>,
|
||||
versions: HashMap<String, (u64, u64)>,
|
||||
#[serde(default)]
|
||||
reply: bool,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue