Historique des commits

Auteur SHA1 Message Date
  Jing Yang db0696517e Reduce the frequency of heartbeats when there are pending commits. il y a 3 ans
  Jing Yang c5ea702fdb Merge branch 'verify_authority' il y a 3 ans
  Jing Yang 222b18d355 Fail all new and inflight requests at shutdown time. il y a 3 ans
  Jing Yang 6a09d52c63 Code cleanup: use the Entry::or_default() API. il y a 3 ans
  Jing Yang de596e53ee Remove allow(unused) from beat_ticker. il y a 3 ans
  Jing Yang 98f001201f Add comment to explain the verify authority API. il y a 3 ans
  Jing Yang 168c7bb6d1 Add a comment to explain the bahvior of clearing with new commit. il y a 3 ans
  Jing Yang 1360455490 Improve comments in beat_ticker.rs. il y a 3 ans
  Jing Yang 79778e383c Replace parker with a condvar. il y a 3 ans
  Jing Yang 466c1d4d88 Replace SharedBeatTicker with DaemonBeatTicker. il y a 3 ans
  Jing Yang 001de2e3db Skip popping if all requests are covered. il y a 3 ans
  Jing Yang 18bb52ef66 Correct the code that counts votes in an assert check. il y a 3 ans
  Jing Yang efbb23840c Move the covered index relative to start, instead of as an absolute index. il y a 3 ans
  Jing Yang b5c4b8d8f8 Derive "Debug" for all data structs. il y a 3 ans
  Jing Yang 7867b866eb Tighten the index requirement when clearing by commit. il y a 3 ans
  Jing Yang 9162f177fa Lock request queue before taking a moment to maintain order. il y a 3 ans
  Jing Yang d40a50978b Add logging to the new verify authority daemon. il y a 3 ans
  Jing Yang 0ef845922e Use the new no-commit read in kv server. il y a 3 ans
  Jing Yang ef2573e986 Expose the new verify authority API. il y a 3 ans
  Jing Yang 1c6bbbc54f Trigger heartbeats when authority needs to be verified. il y a 3 ans
  Jing Yang 2ae284f37b Only mark term when the heartbeat failed. il y a 3 ans
  Jing Yang 53f83a8828 Tick beats at successful RPC response. il y a 3 ans
  Jing Yang 9d63f1d698 Commit a new log entry immediately after being elected. il y a 3 ans
  Jing Yang 6124b2f663 Clarify the guarantee to applications in verify authority requests. il y a 3 ans
  Jing Yang 07bf4917ed Clear the verify authority queue after a new commit is made. il y a 3 ans
  Jing Yang 8210fcfba7 Implement the publibc verify authority API on Raft. il y a 3 ans
  Jing Yang 01fab3f446 Create the verify authority daemon to support readonly requests. il y a 3 ans
  Jing Yang 138060b85d No need to re-sync the log entry that has been committed. il y a 3 ans
  Jing Yang 68860666a8 Lower RPC count limit by a factor of 3. il y a 4 ans
  Jing Yang ff83590e80 Require snapshot_recover_many_clients to commit at least 10 ops for each client. il y a 4 ans