etcd/wal
Peter Mattis ab03a42f06 raft: add Ready.MustSync
Add Ready.MustSync which indicates that the hard state and raft log
entries in a Ready message must be synchronously written to persistent
storage.
2017-02-13 15:13:21 -05:00
..
walpb *: revendor, update proto files 2016-11-10 12:02:00 -08:00
decoder.go wal: update LICENSE header 2016-05-12 20:50:04 -07:00
doc.go wal: document grammar correction 2016-08-30 00:50:02 +05:30
encoder.go wal: set PageWriter offset in file encoder 2016-09-28 11:03:24 -07:00
file_pipeline.go wal: PrivateFileMode/DirMode as in pkg/fileutil 2016-06-10 15:20:57 -07:00
metrics.go wal: update LICENSE header 2016-05-12 20:50:04 -07:00
record_test.go wal: set PageWriter offset in file encoder 2016-09-28 11:03:24 -07:00
repair.go wal: PrivateFileMode/DirMode as in pkg/fileutil 2016-06-10 15:20:57 -07:00
repair_test.go wal: update LICENSE header 2016-05-12 20:50:04 -07:00
util.go wal: don't warn when opening wal directory with stale tmp files 2016-05-31 06:25:23 -07:00
wal.go raft: add Ready.MustSync 2017-02-13 15:13:21 -05:00
wal_bench_test.go wal: use bytes.Equal, other minor updates 2016-06-13 01:33:53 -07:00
wal_test.go wal: set PageWriter offset in file encoder 2016-09-28 11:03:24 -07:00
wal_unix.go wal: fsync directory after wal file rename 2016-09-08 00:09:16 -07:00
wal_windows.go wal: hold file lock while renaming WAL directory on non-Windows 2016-08-26 09:27:51 -07:00