Historial de Commits

Autor SHA1 Mensaje Fecha
  es-chow 5bc56786dc raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode hace 9 años
  Brandon Philips 68d4ec3e13 raft: improve panic error message hace 9 años
  es-chow cc362ccdad raft: set logger to raft so log context such as multinode groupID can be logged hace 9 años
  Xiang Li b4022899eb raft: fix panic in send app hace 9 años
  Xiang Li 1561b85bf3 raft: drop the raft prefix in logging hace 9 años
  Xiang Li 0ca6be31f8 raft: remove wrong invariant hace 9 años
  xujun 6b7891c643 raft: fix typo in raftlog hace 9 años
  Xiang Li 7571b2cde2 raft: limit the size of msgApp hace 9 años
  Xiang Li 97579e2e1d raft: introduce logger interface hace 9 años
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright hace 9 años
  Andrew Bonventre 4463f5c4b3 raft: add link to the paper raft_paper_tests.go refers to hace 10 años
  Xiang Li 96de9776b7 raft: get rid of allocation hace 10 años
  Yicheng Qin 34a468de36 raft: return 0 for term of compacted index hace 10 años
  Xiang Li 3209fd544b raft: panic on bad slice hace 10 años
  Xiang Li 79014556e9 Merge pull request #1831 from xiang90/fix_unstable hace 10 años
  Xiang Li 2f5b748a90 raft: clearify that the firstIndex might not be available. hace 10 años
  Xiang Li 3cadaca1a3 Merge pull request #1830 from xiang90/raft_snap_log hace 10 años
  Xiang Li 411063e14f raft: log snapshot events hace 10 años
  Xiang Li 788d1e59a2 raft: use index in entry hace 10 años
  Xiang Li 51de095d2c raft: logging state change events and events on bad path hace 10 años
  Xiang Li 19ccdbee18 Merge pull request #1806 from xiang90/no_copy hace 10 años
  Xiang Li 3c0fbe285c raft: stableTo checks term matching hace 10 años
  Xiang Li d214e87aee raft: make unstable.entries immutable; copy the entries at bad path hace 10 años
  Xiang Li 7929e46dd8 raft: clean up hace 10 años
  Xiang Li 8a626257c7 raft: move unstable related function to log_unstable.go hace 10 años
  Yicheng Qin 0f070f3d2d raft: no need to save dummy entry into stable storage hace 10 años
  Xiang Li 66252c7d62 raft: move all unstable stuff into one struct for future cleanup hace 10 años
  Yicheng Qin ab2a40ea37 Merge branch 'log_interface' hace 10 años
  Xiang Li e23f9e76d1 raft: do not applysnapshot in raft hace 10 años
  Xiang Li 39e6631447 raft: always write dummy entry to storage hace 10 años