Historique des commits

Auteur SHA1 Message Date
  Jing Yang e51d4e4050 Move from warp to axum which is actively maintained. il y a 3 ans
  Jing Yang d7af49179d Use a closure to capture env for handlers. il y a 3 ans
  Jing Yang 1d5a5bfb7e use RepilcableCommand in test_configs. il y a 3 ans
  Jing Yang 35cce92ab3 Use Acquire/Release in tests. il y a 3 ans
  Jing Yang 3270245d50 Use AcqRel instead of SeqCst in sync_log_entry.rs. il y a 3 ans
  Jing Yang a656242d93 Use acquire/release in kvraft. il y a 3 ans
  Jing Yang ca59d5b7ac Replace SeqCst ordering with more relaxed ones in keep_running. il y a 3 ans
  Jing Yang 6ccfe3f55e Allow higher version of tarpc, disable warp features. il y a 3 ans
  Jing Yang 9f7ce63fb0 Minor code tweak. il y a 3 ans
  Jing Yang 4939360829 Fix the bug caused by stale commit index at the start of the term. il y a 3 ans
  Jing Yang aa4a80651e Add another test to reveal the bug caused by stale commit indexes. il y a 3 ans
  Jing Yang 9523f609d3 Move sentinel_commit_index to verify_authority_daemon. il y a 3 ans
  Jing Yang 06e029b724 Add a test to show a bug caused by stale sentinel index. il y a 3 ans
  Jing Yang 27a9165052 Create a const for shutdown timeout. il y a 3 ans
  Jing Yang 6d22246e50 Merge stop_wait_group into daemon env. il y a 3 ans
  Jing Yang 263740a7d5 Relex the requirement of one test for optional commits. il y a 3 ans
  Jing Yang f230c518c0 Merge daemon_env guard into daemons. il y a 3 ans
  Jing Yang 56e5b19355 Name each daemon thread at creation. il y a 3 ans
  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