Historique des commits

Auteur SHA1 Message Date
  Jing Yang 9b1995e432 Merge Peer into PeerProgress. il y a 3 ans
  Jing Yang 56f934ea4f Remove next_index and current_step from RaftState. il y a 3 ans
  Jing Yang e026ab6803 Move next_index and current_step out of RaftState. il y a 3 ans
  Jing Yang 2f66c3fa08 Create an explicit enum for sync log entry events. il y a 3 ans
  Jing Yang 0b29f77341 Wrap data of the sync log entries daemon in opaque structs. il y a 3 ans
  Jing Yang c8fa496d8a Move durio to its own workspace. il y a 3 ans
  Jing Yang 879e45ecaa Minor tweaks in Cargo.toml. il y a 3 ans
  Jing Yang 8bc2df1990 Remove test logger from durio. il y a 3 ans
  Jing Yang 16dbee97f6 Move the "LeaderLogShrunk" so that we only check it when we are the leader. il y a 3 ans
  Jing Yang 1e4fb64fcb Minor code refactor related to _clone. il y a 3 ans
  Jing Yang 87c7445eff Use a do nothing persister in durio. il y a 3 ans
  Jing Yang 23f974ecd6 Add a smoke test to durio. il y a 3 ans
  Jing Yang b2ed8dfad9 Make the "integration-test" dependency optional in kvraft. il y a 3 ans
  Jing Yang 981dea20f3 Minor code refactor. il y a 3 ans
  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