Commit History

Author SHA1 Message Date
  Vimal K adbae79565 wal : wal.Verify defer close the opened WAL files 4 years ago
  Gyuho Lee 34bd797e67 *: revert module import paths 5 years ago
  Joshua Coutinho a0c889d14b wal: add a test for wal cleanup, improve comments 5 years ago
  jcoutin f7f7e9c762 wal: Improve cleanup for robustness and debuggability 5 years ago
  Joshua Coutinho 51035bfd84 wal: cleanup wal directory if creation fails 5 years ago
  shivaramr 9150bf52d6 go modules: Fix module path version to include version number 5 years ago
  Shreyas Rao 914e5edb00 wal: include logger in WAL returned by openAtIndex 5 years ago
  shreyas-s-rao 3d6862fe0d wal: add Verify function to perform corruption check on wal contents 5 years ago
  Gyuho Lee 038fd844ac wal: update Go import paths to "go.etcd.io/etcd" 5 years ago
  Gyuho Lee b0b966c43c wal: document, clean up fsync histogram 6 years ago
  Gyuho Lee e15ce28168 wal: add missing logs, improve pipeline test coverage 6 years ago
  Gyuho Lee f3d9a85697 wal: add warnings on fsync, flock fail paths 6 years ago
  Gyuho Lee fdbedacc83 wal: support structured logger 6 years ago
  lorneli 7c50c06fb8 wal: tiny refactor 6 years ago
  Anthony Romano fe1ddab714 wal: fall back to closing wal if locked dir rename fails 7 years ago
  Gyu-Ho Lee aca2abd8fe *: use 'io.Seek*' for go1.7+ 7 years ago
  Tess Rinearson 39c733ebe7 wal: use path/filepath instead of path 7 years ago
  Peter Mattis ab03a42f06 raft: add Ready.MustSync 7 years ago
  Anthony Romano c26ebe3262 Merge pull request #6453 from vimalk78/wal-optimize-marshal-outside-lock 7 years ago
  Gyu-Ho Lee f5588526cc wal: set PageWriter offset in file encoder 7 years ago
  Vimal Kumar f4ec303d1b wal/wal.go: modified WAL.SaveSnapshot to do the Marshal before aquiring the mutex 7 years ago
  Vimal Kumar 064411b51c wal/wal.go : improved coverage by testing WAL.Save which causes a WAL.cut to happen 7 years ago
  Gyu-Ho Lee ccb46d2024 wal: simplify dir.Close call 7 years ago
  Anthony Romano bd7107bd4b wal: fsync directory after wal file rename 7 years ago
  Aaron Lehmann af4f82228c wal: hold file lock while renaming WAL directory on non-Windows 7 years ago
  Anthony Romano f1ead43482 wal: zero out wal tail past its first zero record 7 years ago
  Aaron Lehmann 2b996b6038 wal: Export SegmentSizeBytes as a variable 8 years ago
  Anthony Romano 5991209c2d wal: release wal locks before renaming directory on init 8 years ago
  Gyu-Ho Lee 6cfc03a5f9 wal: use CreateDirAll 8 years ago
  Gyu-Ho Lee b4aa4607cb wal: use bytes.Equal, other minor updates 8 years ago