etcd/wal
Xiang Li 8b4eed29e5 wal: fix the unexpectedEOF error in the last wal.
It is safe to repair the unexpectedEOF error in the last wal. raft
will not send out message before the entry successfully comitted
into wal. Thus we can safely truncate the last entry in the wal
to repair.
2015-03-28 21:08:14 -07:00
..
walpb *: update protobuf 2015-03-25 10:14:35 -07:00
decoder.go wal: do not race reader and writer 2015-03-05 20:19:17 -08:00
doc.go wal: support auto-cut in wal 2015-02-28 11:18:59 -08:00
encoder.go wal: do not race reader and writer 2015-03-05 20:19:17 -08:00
metrics.go *: expose wal metrics at /metrics 2015-02-28 11:06:11 -08:00
multi_readcloser.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
record_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
repair.go wal: fix the unexpectedEOF error in the last wal. 2015-03-28 21:08:14 -07:00
repair_test.go wal: fix the unexpectedEOF error in the last wal. 2015-03-28 21:08:14 -07:00
util.go etcdserver: print out extra files in data dir instead of erroring 2015-03-24 18:56:22 -07:00
wal.go wal: fix the unexpectedEOF error in the last wal. 2015-03-28 21:08:14 -07:00
wal_bench_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
wal_test.go wal: fix missing import 2015-03-24 22:53:15 -07:00