Commit Graph

11 Commits

Author SHA1 Message Date
bb60f8ab1d raft: change import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2018-08-28 17:47:52 -07:00
30ced5b2be raft: let raft step return error when proposal is dropped to allow fail-fast. 2018-01-12 10:16:47 +08:00
ab03a42f06 raft: add Ready.MustSync
Add Ready.MustSync which indicates that the hard state and raft log
entries in a Ready message must be synchronously written to persistent
storage.
2017-02-13 15:13:21 -05:00
16135165c2 raft: add RawNode test case for #6866 2017-01-10 10:55:57 +08:00
0c5d1d5641 raft: simplify boolean comparison, remove unused 2016-12-12 10:07:14 -08:00
eeca614cd3 raft: add read index for RawNode 2016-09-14 14:43:46 +08:00
484f579905 raft: hide Campaign rules on applying all entries 2016-07-25 15:53:39 -07:00
fe884f8209 raft: update LICENSE header 2016-05-12 20:49:15 -07:00
ac059eb8cb raft: transfer leader feature 2016-04-08 16:56:32 +08:00
20461ab11a *: fix many typos 2016-01-31 21:42:39 -08:00
5bc56786dc raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode 2015-11-26 17:14:14 +08:00