Historique des commits

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