etcd/wal
Ajit Yagaty 8b6de5f85d fileutil: Sync on HFS/OSX needs to be handled differently.
A call file.Sync on OSX doesn't guarantee actual persistence on
physical drive media as the data can be cached in physical drive's
buffers. Hence calls to file.Sync need to be replaced with
fcntl(F_FULLFSYNC).
2016-04-18 21:49:04 -07:00
..
walpb *: regenerate proto buffers 2016-04-13 16:24:07 -07:00
decoder.go wal: fix tail corruption 2016-04-01 15:05:52 -07:00
doc.go wal: support auto-cut in wal 2015-02-28 11:18:59 -08:00
encoder.go wal: fix shadowed variables 2015-12-12 09:38:26 -08:00
file_pipeline.go wal: pre-create segment files 2016-03-21 11:56:53 -07:00
metrics.go *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
record_test.go wal: change io.EOF returned by readFull to io.ErrUnexpectedEOF 2015-04-23 09:53:36 -07:00
repair.go fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00
repair_test.go wal: preallocate WAL files with initial size equal to segment size 2016-03-21 11:56:53 -07:00
util.go *: rename logger to plog 2015-06-02 14:58:24 -07:00
wal.go wal: fix tail corruption 2016-04-01 15:05:52 -07:00
wal_bench_test.go wal: report throughput in wal bench 2015-04-12 21:35:08 -07:00
wal_test.go *: fix govet -shadow in go tip 2016-04-15 07:39:52 -07:00