influxdb/raft
Philip O'Toole c539072519 Return whether a snap should occur as bool
This avoids a race condition when accessing snapshotIndex.
2015-04-30 15:14:25 -07:00
..
clock.go Give a seed to rand to make it really random 2015-04-09 22:19:55 +08:00
clock_test.go
config.go Track and log the number of times a heartbeat has failed 2015-04-24 09:44:44 -06:00
config_test.go
doc.go
encoder.go
encoder_test.go
errors.go Add handling for snapshotting pseudo-state. 2015-04-12 14:24:30 -06:00
handler.go Return term from vote, add term logging. 2015-04-04 10:59:50 -06:00
handler_test.go Return term from vote, add term logging. 2015-04-04 10:59:50 -06:00
internal_test.go fix race 2015-04-15 11:57:03 -06:00
log.go Return whether a snap should occur as bool 2015-04-30 15:14:25 -07:00
log_test.go Use a locking-buffer to prevent races during tests 2015-04-30 14:44:20 -07:00
raft.md
transport.go Return term from vote, add term logging. 2015-04-04 10:59:50 -06:00
transport_test.go Return term from vote, add term logging. 2015-04-04 10:59:50 -06:00