Files
etcd/wal
Xiang Li 53792ccbdc wal: never leave a corrupted wal file
If the process dies during wal.cut(), it might leave a corrupted wal
file. This commit solves the problem by creating a temp wal file first,
then atomically rename it to a wal file when we are sure it is vaild.
2015-04-08 15:57:20 -07:00
..
2015-03-25 10:14:35 -07:00
2015-03-05 20:19:17 -08:00
2015-02-28 11:18:59 -08:00
2015-02-28 11:06:11 -08:00
2015-03-24 22:53:15 -07:00
2015-04-08 15:57:20 -07:00