Historique des commits

Auteur SHA1 Message Date
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test il y a 9 ans
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright il y a 9 ans
  Ben Darnell 59214978a2 raft: Add applied index as an argument to newRaft and RestartNode. il y a 9 ans
  Ben Darnell 9972e62d94 raft: Use <= instead of < for heartbeat ticks. il y a 9 ans
  Yicheng Qin 7a2fa39e52 Merge pull request #2012 from andybons/master il y a 10 ans
  Xiang Li 35b907ac58 raft: add lastIndex as rejectHint il y a 10 ans
  Andrew Bonventre 4463f5c4b3 raft: add link to the paper raft_paper_tests.go refers to il y a 10 ans
  Xiang Li 149389cbfa raft: add msgHeartbeat type 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 3c0fbe285c raft: stableTo checks term matching il y a 10 ans
  Xiang Li 65ad1f6ffd raft: attach Index to Entry in all tests il y a 10 ans
  Ben Darnell b29240baf0 Merge remote-tracking branch 'coreos/master' into merge il y a 10 ans
  Xiang Li bd4cfa2a07 raft: add handleHeartbeat il y a 10 ans
  Ben Darnell 64d9bcabf1 Add Storage.Term() method and hide the first entry from other methods. il y a 10 ans
  Ben Darnell 54b07d7974 Remove raft.loadEnts and the ents parameter to raft.RestartNode. il y a 10 ans
  Ben Darnell 147fd614ce The initial term=0 log entry is now initially unstable. il y a 10 ans
  Ben Darnell 76a3de9a33 Require a non-nil Storage parameter in newLog. il y a 10 ans
  Ben Darnell 25b6590547 raft: introduce log storage interface. il y a 10 ans
  Ben Darnell 21987c8701 raft: remove raftLog.resetUnstable and resetNextEnts il y a 10 ans
  Xiang Li 165ac654e8 raft: add paper tests for section 5.4.1 il y a 10 ans
  Yicheng Qin 421d5fbe72 raft: add tests based on section 5.3 in raft paper il y a 10 ans
  Yicheng Qin ccca32b138 Merge pull request #1497 from unihorn/189 il y a 10 ans
  Yicheng Qin dabb5c150d raft: add tests based on section 5.1 in raft paper il y a 10 ans
  Jonathan Boulle 81304b2b7e raft: move test helper function into tests il y a 10 ans
  Yicheng Qin bffe611fe6 raft: add tests based on section 5.2 in raft paper il y a 10 ans