influxdb/raft
Ben Johnson 9dd299fe80 Add small delay for single node heartbeat.
This commit adds a small 10ms delay to the heartbeat when there is only
one node in the cluster. This code needs a larger fix to avoid heartbeats
with a single node cluster but this should work well in the short term.
2015-02-23 16:18:19 -07:00
..
clock.go Add set up code for raft internal tests. 2015-02-20 13:52:12 -07:00
clock_test.go Raft package fixes. 2015-02-06 12:46:50 -07:00
config.go Raft package fixes. 2015-02-06 12:46:50 -07:00
config_test.go Raft package fixes. 2015-02-06 12:46:50 -07:00
doc.go Basic structure, encoder, decoder. 2014-09-03 16:07:39 -06:00
encoder.go Raft package fixes. 2015-02-06 12:46:50 -07:00
encoder_test.go Raft package fixes. 2015-02-06 12:46:50 -07:00
errors.go Add raft configuration encoding test coverage. 2014-11-11 20:30:21 -07:00
handler.go minor raft fixes 2015-02-19 11:24:23 -07:00
handler_test.go Refactor raft state handling. 2015-02-16 15:45:37 -07:00
internal_test.go Add set up code for raft internal tests. 2015-02-20 13:52:12 -07:00
log.go Add small delay for single node heartbeat. 2015-02-23 16:18:19 -07:00
log_test.go Add set up code for raft internal tests. 2015-02-20 13:52:12 -07:00
raft.md Rough log segment read/write. 2014-09-06 21:10:06 -06:00
transport.go Refactor raft state handling. 2015-02-16 15:45:37 -07:00
transport_test.go Refactor raft state handling. 2015-02-16 15:45:37 -07:00