コミット履歴

作者 SHA1 メッセージ 日付
  Jing Yang aa4a80651e Add another test to reveal the bug caused by stale commit indexes. 3 年 前
  Jing Yang 9523f609d3 Move sentinel_commit_index to verify_authority_daemon. 3 年 前
  Jing Yang 06e029b724 Add a test to show a bug caused by stale sentinel index. 3 年 前
  Jing Yang 27a9165052 Create a const for shutdown timeout. 3 年 前
  Jing Yang 6d22246e50 Merge stop_wait_group into daemon env. 3 年 前
  Jing Yang 263740a7d5 Relex the requirement of one test for optional commits. 3 年 前
  Jing Yang f230c518c0 Merge daemon_env guard into daemons. 3 年 前
  Jing Yang 56e5b19355 Name each daemon thread at creation. 3 年 前
  Jing Yang c687e64928 Refactor: split utils.rs into multiple files. 3 年 前
  Jing Yang 28082ff335 Replace Arc<Runtime> with a custom thread pool holder. 3 年 前
  Jing Yang 4ff6966997 Use concreate type when initializing raft. 3 年 前
  Jing Yang 26321803c4 Minor refactor: set keep_running to true at creation. 3 年 前
  Jing Yang 7d8b309287 Explicitly list the requirement for commands. 3 年 前
  Jing Yang 8df4ec00fe Stop processing read requests at shutdown. 3 年 前
  Jing Yang 66cccb5847 Make HEARTBEAT_INTERVAL a Duration. 3 年 前
  Jing Yang baf22fec60 Use `IndexTerm` in public API. 3 年 前
  Jing Yang 9fb9b4de48 Remove crate-wide re-expose of LogEntry. 3 年 前
  Jing Yang 69c1c1565e Split lib.rs into messages.rs and raft.rs. 3 年 前
  Jing Yang 0383c75c20 Remove excessive use of "Default". 3 年 前
  Jing Yang e3f2148ecb Remove the "Default" requirement on command. 3 年 前
  Jing Yang b6016249be Optimize imports in tests. 3 年 前
  Jing Yang 75d4e75262 Optimize imports in source files. 3 年 前
  Jing Yang e8b752a92f Move LogEntry and LogEntryEnum to log_array.rs 3 年 前
  Jing Yang 098742095d Explicitly allow no-op and term-change log entries. 3 年 前
  Jing Yang 5667013a1d Extend election timer timeout to accommodate slower heartbeats. 3 年 前
  Jing Yang 126042c0f8 Set the deadline to forever in tarpc requests. 3 年 前
  Jing Yang 5a3f8d70f9 Update the build script for debian. 3 年 前
  Jing Yang 09af46a746 Use the new AsyncClerk in Durio. 3 年 前
  Jing Yang 6efd08e757 Reply on retry_rpc() to retry on transient errors. 3 年 前
  Jing Yang fee4cd561b Add an async clerk to KV Raft. 3 年 前