Historial de Commits

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