open-vault/physical/raft
Vishal Nayak 387677e251
Raft recovery peers non voter (#8681)
* Disallow non-voter setting from peers.json

* Fix bug that would make the actual fix a no-op

* Change order of evaluation

* Error out instead of resetting the value

* Update physical/raft/raft.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

* Print node ID

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-04-03 19:13:51 -04:00
..
logstore Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
chunking_test.go Add additional raft chunk test (#7192) 2019-07-29 14:11:46 -07:00
fsm.go Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
fsm_test.go Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
raft.go Raft recovery peers non voter (#8681) 2020-04-03 19:13:51 -04:00
raft_test.go Update raft_test.go 2019-11-21 11:12:28 -08:00
raft_util.go Raft recovery peers non voter (#8681) 2020-04-03 19:13:51 -04:00
snapshot.go Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
snapshot_test.go raft: fix TestRaft_Snapshot_Take_Restore (#7443) 2019-09-06 15:20:08 -07:00
streamlayer.go Create network layer abstraction to allow in-memory cluster traffic (#8173) 2020-01-16 23:03:02 -08:00
types.pb.go Rerun proto gen as some got gen'd with old proto version (#7090) 2019-07-09 01:02:20 +02:00
types.proto Add chunking support to raft 2019-07-22 12:17:58 -04:00