etcd/raft
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
..
raftpb raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
rafttest rafttest: drop isPaused 2015-02-09 18:52:34 -08:00
diff_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
doc.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
example_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
log.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
log_test.go raft: separate compact and createsnap in memory storage 2015-02-28 10:08:30 -08:00
log_unstable.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
log_unstable_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
node.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
node_bench_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
node_test.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
raft.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
raft_paper_test.go *: remove shadowing of variables from etcd and add travis test 2015-02-17 16:31:42 -05:00
raft_snap_test.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
raft_test.go raft: add reportUnreachable 2015-02-28 10:45:22 -08:00
status.go raft: add reportUnreachable 2015-02-28 10:45:22 -08:00
storage.go raft: clean up storage 2015-02-28 10:09:07 -08:00
storage_test.go raft: clean up storage 2015-02-28 10:09:07 -08:00
util.go raft: do not resend snapshot if not necessary 2015-02-28 11:41:58 -08:00
util_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00