Historique des commits

Auteur SHA1 Message Date
  Jing Yang e80c03ceb8 In KVServer, save the join handle instead of the Raft copy. il y a 3 ans
  Jing Yang ba700950cc Merge branch 'join_handle' il y a 3 ans
  Jing Yang 914409a197 Add documentation for RaftJoinHandler::join(). il y a 3 ans
  Jing Yang 6b42baa245 Remove the extra layer of Arc on Raft from tests. il y a 3 ans
  Jing Yang 4161b3f24d Remove the clone requirement of daemon_env. il y a 3 ans
  Jing Yang f4f15ba2de Move durio to use the clonable Raft. il y a 3 ans
  Jing Yang a959f7a175 Construct a join handle upfront. il y a 3 ans
  Jing Yang 9796a49bdc Move election.rs to the new standalone daemon_watch. il y a 3 ans
  Jing Yang 2a2e55a7bb Move verify_authority.rs to using the new standalone daemon_watch. il y a 3 ans
  Jing Yang 24715e57e3 Move snapshot.rs to using the new standalone daemon_watch. il y a 3 ans
  Jing Yang 0a93a0d6a5 Move sync_log_entries.rs to using the new standalone daemon_watch. il y a 3 ans
  Jing Yang 496ad0d7d7 Move apply_command.rs to using the standalone daemon_watch. il y a 3 ans
  Jing Yang c71fd0fa03 Move the join logic to a standalone handler. il y a 3 ans
  Jing Yang c2bd82fd06 Take clippy advice. il y a 3 ans
  Jing Yang 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. il y a 3 ans
  Jing Yang 9811be5340 Take clippy advice in tests. il y a 3 ans
  Jing Yang cdcb335ec4 Suppress needless_borrow warnings in verify_authority.rs. il y a 3 ans
  Jing Yang 9f457d8960 Remove code that clears reads after a commit: merge branch 'fix_commit_read' il y a 3 ans
  Jing Yang 0df906c66b Remove clear_committed_requests. il y a 3 ans
  Jing Yang d85ed9549a Make regression tests run under tokio. il y a 3 ans
  Jing Yang 0f9d237f52 Add a test to prove inconsistency. il y a 3 ans
  Jing Yang d173e212bb Create an RPC interceptor and a sample test. il y a 3 ans
  Jing Yang 89d892c17c Address clippy warnings. il y a 3 ans
  Jing Yang aac1aed60b Restrict next_index to be non-zero. il y a 3 ans
  Jing Yang 00523949a8 Update durio dependencies. il y a 3 ans
  Jing Yang bd14aed2a2 Replace tuple with a struct with named fields. il y a 3 ans
  Jing Yang 13d6273469 Make SharedSender clonable for any T. il y a 3 ans
  Jing Yang f34f697280 Move next_index and current_step out of RaftState. il y a 3 ans
  Jing Yang 8c80a8b26c Merge Opening into PeerProgress. il y a 3 ans
  Jing Yang 9b1995e432 Merge Peer into PeerProgress. il y a 3 ans