influxdb/raft
Ben Johnson 11c808f55f Add restore and bootstrap.
This commit adds the "influxd restore" command to the CLI. This allows
a snapshot that has been produced by "influxd backup" to be restored
to a config location and the broker and raft directories will be
bootstrapped based on the state of the snapshot.
2015-03-22 15:31:49 -06: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 Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00
config_test.go Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06: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 Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00
handler_test.go Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00
internal_test.go Add set up code for raft internal tests. 2015-02-20 13:52:12 -07:00
log.go Add restore and bootstrap. 2015-03-22 15:31:49 -06:00
log_test.go Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00
raft.md Rough log segment read/write. 2014-09-06 21:10:06 -06:00
transport.go Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00
transport_test.go Integrate stateless broker into remaining packages. 2015-03-10 14:53:45 -06:00