open-vault/physical/raft
ncabatoff 3fb20ed529
Logging tweaks, mostly for tests (#10028)
Fix some places where raft wasn't hooking into the core logger as it should.
Revisited the code that was setting the log level to Error during cleanup: it's normal for there to be a bunch of errors then, which makes it harder to see what went wrong up to the point where the test was deemed to have failed.  So now, instead of setting log level to Error, we actually stop logging altogether.  This only applies if the test didn't pass in its own logger during cluster creation, but we should be moving away from that anyway.
2020-09-23 13:40:00 -04:00
..
logstore Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
chunking_test.go Port changes from enterprise lease fix (#10020) 2020-09-22 14:47:13 -07:00
fsm.go Port changes from enterprise lease fix (#10020) 2020-09-22 14:47:13 -07:00
fsm_test.go Avoid O(n^2) lookup to remove duplicate subfolders in list output. (#9694) 2020-08-31 09:23:34 -04:00
io.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00
raft.go Logging tweaks, mostly for tests (#10028) 2020-09-23 13:40:00 -04:00
raft_test.go Port changes from enterprise lease fix (#10020) 2020-09-22 14:47:13 -07:00
raft_util.go Raft recovery peers non voter (#8681) 2020-04-03 19:13:51 -04:00
snapshot.go Improve the performance of snapshot installs by using rename (#9247) 2020-06-23 11:08:30 -07:00
snapshot_test.go Port changes from enterprise lease fix (#10020) 2020-09-22 14:47:13 -07:00
streamlayer.go raft: add support for using backend for ha_storage (#9193) 2020-06-23 12:04:13 -07:00
streamlayer_test.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
types.pb.go Port changes from enterprise lease fix (#10020) 2020-09-22 14:47:13 -07:00
types.proto Add chunking support to raft 2019-07-22 12:17:58 -04:00
varint.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00