Historique des commits

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