Commit History

Upphovsman SHA1 Meddelande Datum
  Jing Yang 56e5b19355 Name each daemon thread at creation. 3 år sedan
  Jing Yang c687e64928 Refactor: split utils.rs into multiple files. 3 år sedan
  Jing Yang 28082ff335 Replace Arc<Runtime> with a custom thread pool holder. 3 år sedan
  Jing Yang 4ff6966997 Use concreate type when initializing raft. 3 år sedan
  Jing Yang 26321803c4 Minor refactor: set keep_running to true at creation. 3 år sedan
  Jing Yang 7d8b309287 Explicitly list the requirement for commands. 3 år sedan
  Jing Yang 8df4ec00fe Stop processing read requests at shutdown. 3 år sedan
  Jing Yang 66cccb5847 Make HEARTBEAT_INTERVAL a Duration. 3 år sedan
  Jing Yang baf22fec60 Use `IndexTerm` in public API. 3 år sedan
  Jing Yang 9fb9b4de48 Remove crate-wide re-expose of LogEntry. 3 år sedan
  Jing Yang 69c1c1565e Split lib.rs into messages.rs and raft.rs. 3 år sedan
  Jing Yang 0383c75c20 Remove excessive use of "Default". 3 år sedan
  Jing Yang e3f2148ecb Remove the "Default" requirement on command. 3 år sedan
  Jing Yang b6016249be Optimize imports in tests. 3 år sedan
  Jing Yang 75d4e75262 Optimize imports in source files. 3 år sedan
  Jing Yang e8b752a92f Move LogEntry and LogEntryEnum to log_array.rs 3 år sedan
  Jing Yang 098742095d Explicitly allow no-op and term-change log entries. 3 år sedan
  Jing Yang 5667013a1d Extend election timer timeout to accommodate slower heartbeats. 3 år sedan
  Jing Yang 126042c0f8 Set the deadline to forever in tarpc requests. 3 år sedan
  Jing Yang 5a3f8d70f9 Update the build script for debian. 3 år sedan
  Jing Yang 09af46a746 Use the new AsyncClerk in Durio. 3 år sedan
  Jing Yang 6efd08e757 Reply on retry_rpc() to retry on transient errors. 3 år sedan
  Jing Yang fee4cd561b Add an async clerk to KV Raft. 3 år sedan
  Jing Yang b800cf72cc Remove the extra loop that dealt with expired requests. 3 år sedan
  Jing Yang 94a57113fc Remove UniqueId from get requests. 3 år sedan
  Jing Yang 45702cddf4 UniqueId does not need mut to run inc(). 3 år sedan
  Jing Yang 9bf4309269 Use a known-width integer for beats. 3 år sedan
  Jing Yang b8bfaa8ab9 Add a mixed test for the verify authority daemon. 3 år sedan
  Jing Yang de63f458f2 Add tests for reset_state(). 3 år sedan
  Jing Yang ad1febb5bd Add tests for clear_ticked_requests(). 3 år sedan