etcd/wal
Xiang Li f59da0e453 *:fix point-in-time backup
Backup process should be able to read all WALs until io.EOF to
generate a point-in-time backup.

Our WAL file is append-only. And the backup process will lock all
files before start reading, which can prevent the gc routine from
removing any files in the middle.
2015-06-15 11:12:28 -07:00
..
walpb *: update protobuf 2015-03-25 10:14:35 -07:00
decoder.go wal: change io.EOF returned by readFull to io.ErrUnexpectedEOF 2015-04-23 09:53:36 -07:00
doc.go wal: support auto-cut in wal 2015-02-28 11:18:59 -08:00
encoder.go wal: reduce allocation when encoding int64 2015-03-30 20:41:31 -07:00
metrics.go *: use namespace and subsystem in metrics 2015-05-26 14:39:04 -07:00
multi_readcloser.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
record_test.go wal: change io.EOF returned by readFull to io.ErrUnexpectedEOF 2015-04-23 09:53:36 -07:00
repair.go wal: fix the left logging using default log 2015-06-11 14:22: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 *: rename logger to plog 2015-06-02 14:58:24 -07:00
wal.go *:fix point-in-time backup 2015-06-15 11:12:28 -07:00
wal_bench_test.go wal: report throughput in wal bench 2015-04-12 21:35:08 -07:00
wal_test.go *:fix point-in-time backup 2015-06-15 11:12:28 -07:00