Viacheslav Biriukov 87fc3c9e57 etcdserver,wal: fix inconsistencies in WAL and snapshot
etcdserver/*, wal/*: changes to snapshots and wal logic
etcdserver/*: changes to snapshots and wal logic to fix #10219
etcdserver/*, wal/*: add Sync method
etcdserver/*, wal/*: find valid snapshots by cross checking snap files and wal snap entries
etcdserver/*, wal/*:Add comments, clean up error messages and tests
etcdserver/*, wal/*: Remove orphaned .snap.db files during Release

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-05-15 08:40:09 -07:00
..
2019-08-05 00:25:02 -07:00
2018-07-21 15:49:58 -07:00
2015-11-17 20:54:10 -08:00
2019-07-24 14:09:50 -07:00
2019-05-28 15:39:35 -07:00
2018-02-28 17:27:40 -08:00
2020-04-01 09:29:59 -07:00
2019-05-28 15:39:35 -07:00
2016-05-12 20:48:53 -07:00
2019-05-28 15:39:35 -07:00
2018-04-30 15:32:16 -07:00
2016-05-12 20:48:53 -07:00
2019-05-28 15:39:35 -07:00
2018-04-08 14:18:09 -07:00
2019-05-28 15:39:35 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.