Historique des commits

Auteur SHA1 Message Date
  Jing Yang 0bdd359955 Disable a few clippy lints and fix others. il y a 3 ans
  Jing Yang b9a9591bec Optimize serialization of Vec<u8> and boost throughput to 150%. il y a 3 ans
  Jing Yang 44774c320f Drop the Arc requirement of Persister. il y a 3 ans
  Jing Yang d74fadfbce Conditionally execute debugging statement and increase throughput by 8%. il y a 3 ans
  Jing Yang 0f650beb1e Remove unnecessary crate path in type names. il y a 3 ans
  Jing Yang af1f3eb6ad Hard code test name in tokio tests. il y a 3 ans
  Jing Yang 721185df85 Fix the log name conflict in persist_tests.rs. il y a 3 ans
  Jing Yang c448196ffc Use one heartbeat task instead of N. il y a 3 ans
  Jing Yang f9d2a15e8e Remove "me" from the raft peers array. il y a 3 ans
  Jing Yang 17a7dfa1d2 Make sure the raft state occupies entire L3 cache. il y a 3 ans
  Jing Yang e3ea70c318 Move `last_applied` to the apply_command daemon. il y a 3 ans
  Jing Yang 784af923ed Remove the unused mark_term() method. il y a 3 ans
  Jing Yang ed7ed114bb Add a liveness test in which the previous leader is connected to one follower. il y a 3 ans
  Jing Yang 9b2261a4de Refine test term asserts in the prevote test. il y a 3 ans
  Jing Yang 08de267389 Take clippy advice. il y a 3 ans
  Jing Yang a3081420cb Add a test for prevote. il y a 3 ans
  Jing Yang dafff123b4 Replace unnecessary clones with references in sync_log_entries.rs. il y a 3 ans
  Jing Yang f25f9a258e Refine comments in a few places. il y a 3 ans
  Jing Yang ebdb3a0244 Use let-else intead of match and if-let. il y a 3 ans
  Jing Yang 4e5d810997 Updates on stale comments. il y a 3 ans
  Jing Yang e05a2827dd Mark the "prevote" task as done in README. il y a 3 ans
  Jing Yang 0bf0fcc0dd Add the prevote state and check it after prevote is done. il y a 3 ans
  Jing Yang 634e631085 Add a prevote phase to election: merge branch &#39;prevote' #3 il y a 3 ans
  Jing Yang 16c2187ab3 Implement the prevote phase on both client and server side. il y a 3 ans
  Jing Yang 18cbd8e0c6 Create a dedicated struct for becoming the next leader. il y a 3 ans
  Jing Yang aab761204b Separate the async part from the rest of the function. il y a 3 ans
  Jing Yang c3c3f41b5b Make count_votes_until_cancelled() a member function. il y a 3 ans
  Jing Yang 3c0ef3495f Refactor: Separate spawn_request_votes(). il y a 3 ans
  Jing Yang 26a25ba34c Refactor: split the quorum counting function. il y a 3 ans
  Jing Yang 18103d0458 Cancel election at shutdown. il y a 3 ans