Commit History

Author SHA1 Message Date
  Vincent Lee 62bd5477b9 raft: fix test case, should wait config propose applied 8 years ago
  Vincent Lee 16e3ab0f11 raft: test case to check the duplicate add node propose 8 years ago
  Gyu-Ho Lee cb5c92f69b raft: do not attach term to MsgReadIndex 8 years ago
  Xiang Li 710b14ce56 raft: support safe readonly request 8 years ago
  Xiang Li a75688bd17 Merge pull request #6039 from xiang90/fix_r 8 years ago
  Xiang Li 484f579905 raft: hide Campaign rules on applying all entries 8 years ago
  Gyu-Ho Lee 4ff6c72257 raft: replace 'reflect.DeepEqual' with bytes.Equal 8 years ago
  Xiang Li 1c5754f02d raft: fix readindex 8 years ago
  Xiang Li 5f1c763993 Merge pull request #5553 from swingbach/master 8 years ago
  swingbach@gmail.com 0faae33ace raft: implemented read-only query when quorum check is on 8 years ago
  Xiang Li 848f539536 raft: make tick unblock and fix potential live lock 8 years ago
  Xiang Li 500296d0fb raft: fix TestNodeStepUnblock 8 years ago
  Gyu-Ho Lee fe884f8209 raft: update LICENSE header 8 years ago
  es-chow ac059eb8cb raft: transfer leader feature 8 years ago
  Anthony Romano bd832e5b0a *: migrate Godeps to vendor/ 8 years ago
  Xiang Li aa59e7518e raft: remove unnecessary waitSchedule in test 8 years ago
  Gyu-Ho Lee c827c7432c raft: fix leaky goroutines in raft test 9 years ago
  Xiang Li a8cc1570d0 raft: support quorum check when raft is leader 9 years ago
  Yicheng Qin 0de52414cd raft: extend wait timeout in TestNodeAdvance 9 years ago
  Yicheng Qin 018fb8e6d9 pkg/testutil: ForceGosched -> WaitSchedule 9 years ago
  Xiang Li 085447ed85 raft: fix raft node start bug 9 years ago
  Xiang Li abddef0f28 raft: make node configurable 9 years ago
  Xiang Li d9b5b56c82 raft: make raft configurable 9 years ago
  Xiang Li 7fe608532a raft: do not reset vote if term is not changed 9 years ago
  Xiang Li 9b4d52ee73 raft: do not resend snapshot if not necessary 9 years ago
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 9 years ago
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 10 years ago
  Ben Darnell 59214978a2 raft: Add applied index as an argument to newRaft and RestartNode. 10 years ago
  Xiang Li a5efbf826d raft: drop nodes in softState 10 years ago
  Yicheng Qin 7317834417 raft: increase term to 1 before append initial entries 10 years ago