Commit Graph

3 Commits (1c12b66e35f450139a99c497c849dff4e622e99f)

Author SHA1 Message Date
Ben Darnell 22925a1d2f raft: Remove redundant `raft.Commit` field.
Keeping this field in sync with `raft.raftLog.committed` was
error-prone, so instead we synthesize the `HardState` on demand.

Fixes #4278.
2016-01-26 15:18:55 -05:00
siddontang 54a45ba2f5 *: fix typo 2016-01-06 16:17:02 +08:00
es-chow 5bc56786dc raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode 2015-11-26 17:14:14 +08:00