Historie revizí

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