Gyuho Lee
|
34bd797e67
|
*: revert module import paths
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-05-28 15:39:35 -07:00 |
|
shivaramr
|
9150bf52d6
|
go modules: Fix module path version to include version number
|
2019-04-26 15:29:50 -07:00 |
|
Trung Nguyen
|
74d6df2bd6
|
raftexample: added build instruction and minor refactoring
|
2019-02-21 15:00:38 -05:00 |
|
caoming
|
dd6e579b84
|
raftexample: use Rlock instead of Lock in getsnapshot
|
2018-09-19 13:25:47 +08:00 |
|
Gyuho Lee
|
d37f1521b7
|
*: update import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2018-08-28 17:47:55 -07:00 |
|
Gyuho Lee
|
04df89bc11
|
contrib/raftexample: rename internal packages
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-05-21 07:45:34 -07:00 |
|
Jingguo Yao
|
cfa1efc7eb
|
contrib/raftexample: remove useless check
`err == raftsnap.ErrNoSnapshot` being false implies that
`err != raftsnap.ErrNoSnapshot` is true.
|
2018-04-29 11:34:44 +08:00 |
|
Gyuho Lee
|
9b5d6edc4b
|
*: revert "internal/raftsnap"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-02-26 17:11:40 -08:00 |
|
Gyuho Lee
|
dee39bf786
|
internal/raftsnap: move "raftsnap" to internal
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 10:36:04 -08:00 |
|
Gyuho Lee
|
2b6fd3094f
|
*: rename "snap" to "raftsnap" package
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-24 10:26:07 -08:00 |
|
Gyu-Ho Lee
|
f78498b42a
|
contrib/raftexample: use bytes.Buffer.String (no 'string()')
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-18 16:06:22 -07:00 |
|
Gyu-Ho Lee
|
0af1679b61
|
raftexample: load snapshot when opening WAL
Fix https://github.com/coreos/etcd/issues/7056.
Previously we don't load snapshot when replaying WAL.
|
2016-12-30 17:28:57 -08:00 |
|
Gyu-Ho Lee
|
e4fbf7db00
|
raftexample: implement Raft snapshot
|
2016-09-21 04:23:05 -07:00 |
|
Gyu-Ho Lee
|
15fa8dd866
|
raftexample: add snapshot methods to kvstore
|
2016-09-21 04:23:01 -07:00 |
|
Gyu-Ho Lee
|
c1e3601776
|
raftexample: fixes from go vet, go lint
|
2016-06-22 12:04:15 -07:00 |
|
Gyu-Ho Lee
|
ef44f71da9
|
*: update LICENSE header
|
2016-05-12 20:51:48 -07:00 |
|
chz
|
b73a11ff45
|
contrib/raftexample: follow pipeline guidelines closer
close raft commit channel before issuing raft error since it's done
sending
|
2015-12-21 13:03:42 -08:00 |
|
Anthony Romano
|
1f858e10c8
|
contrib: example key-value store using raft
|
2015-12-17 14:41:37 -08:00 |
|