etcd/raft/raftpb
Xiang Li 9b4d52ee73 raft: do not resend snapshot if not necessary
raft relies on the link layer to report the status of the sent snapshot.
If the snapshot is still sending, the replication to that remote peer will
be paused. If the snapshot finish sending, the replication will begin
optimistically after electionTimeout. If the snapshot fails, raft will
try to resend it.
2015-02-28 11:41:58 -08:00
..
raft.pb.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
raft.proto raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00