Historique des commits

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