etcd/wal
Xiang Li d1d7feacc9 wal: change io.EOF returned by readFull to io.ErrUnexpectedEOF
Decoder should return error for any broken block including the
one that only contains the length field. We should change io.EOF
to io.ErrUnexpectedEOF before return the error.
2015-04-23 09:53:36 -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 *: 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 wal: change io.EOF returned by readFull to io.ErrUnexpectedEOF 2015-04-23 09:53:36 -07:00
repair.go wal: repair decoder needs to update its crc 2015-03-30 13:45:23 -07:00
repair_test.go wal: fix the unexpectedEOF error in the last wal. 2015-03-28 21:08:14 -07:00
util.go wal: better log msg 2015-04-09 09:54:20 -07:00
wal.go wal: better log msg 2015-04-09 09:54:20 -07:00
wal_bench_test.go wal: report throughput in wal bench 2015-04-12 21:35:08 -07:00
wal_test.go wal: fix missing import 2015-03-24 22:53:15 -07:00