Gyu-Ho Lee
|
fe884f8209
|
raft: update LICENSE header
|
2016-05-12 20:49:15 -07:00 |
|
Anthony Romano
|
c5b51946eb
|
*: exported godoc fixups
|
2016-02-21 20:36:44 -08:00 |
|
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 |
|
Yicheng Qin
|
3d32c059dd
|
raft: generate correct json-format status
Current json-format string misses the double quote around status field.
Use %q for better clearance.
|
2015-04-03 13:49:46 -07:00 |
|
Yicheng Qin
|
67194c0b22
|
raft: introduce progress states
|
2015-03-18 08:16:32 -07:00 |
|
Xiang Li
|
97579e2e1d
|
raft: introduce logger interface
|
2015-03-08 21:36:32 -07:00 |
|
Xiang Li
|
2af33fd494
|
raft: add reportUnreachable
|
2015-02-28 10:45:22 -08:00 |
|
Xiang Li
|
276c9540b4
|
etcdserver: support raft.status
|
2015-01-26 16:39:33 -08:00 |
|
Jonathan Boulle
|
f1ed69e883
|
*: switch to line comments for copyright
Build tags are not compatible with block comments.
Also adds copyright header to a few places it was missing.
|
2015-01-26 09:53:30 -08:00 |
|
Xiang Li
|
003b97a60f
|
raft: public progress struct in raft
|
2015-01-20 10:26:22 -08:00 |
|
Xiang Li
|
b34936b097
|
raft: add progress into status
|
2015-01-18 15:23:50 -08:00 |
|
Xiang Li
|
0eaaad0e48
|
raft: add Status interface
Status returns the current status of raft state machine.
|
2015-01-16 14:02:04 -08:00 |
|