influxdb/messaging
Ben Johnson 6c14371df4 Refactor raft package.
This commit refactors the raft package to more loosely couple the individual parts. The clock is now broken into
an interface that signals individual actions in the log. The transport has been mocked to allow more control over
the log tests. The handler's log has been mocked to separate its testing from the log itself.
2015-02-04 18:59:06 -07:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Refactor raft package. 2015-02-04 18:59:06 -07:00
broker_test.go Add raw broker benchmark. 2015-01-28 21:44:13 -05:00
client.go Enable module-level logging 2015-01-29 15:07:58 -08:00
client_test.go Merge branch 'master' of https://github.com/influxdb/influxdb into write-series 2015-01-12 12:37:48 -07:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Add broker snapshot/restore and CLI join. 2015-01-06 17:21:32 -07:00
handler.go Refactor raft package. 2015-02-04 18:59:06 -07:00
handler_test.go Partial write series code. 2015-01-10 08:48:50 -07:00
intg_test.go Disable TestBroker_Join until fixed 2015-01-29 22:47:32 -08:00