open-vault/physical/raft
Brian Kassouf d979279015
storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793)
* storage/raft: Split snapshot restore disk write into batches

* Work on snapshot consistency

* make sure tests send a snapshot

* Fix comment

* Don't remove metrics

* Fix comment
2020-04-23 11:11:08 -07:00
..
logstore
chunking_test.go Add additional raft chunk test (#7192) 2019-07-29 14:11:46 -07:00
fsm.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
fsm_test.go Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
raft.go raft: check for nil on concrete type in SetupCluster (#8784) 2020-04-21 13:45:07 -07:00
raft_test.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
raft_util.go Raft recovery peers non voter (#8681) 2020-04-03 19:13:51 -04:00
snapshot.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
snapshot_test.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11: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
types.proto