Commit History

作者 SHA1 備註 提交日期
  Jing Yang 26a25ba34c Refactor: split the quorum counting function. 3 年之前
  Jing Yang 18103d0458 Cancel election at shutdown. 3 年之前
  Jing Yang b325a297ae Add a comment in election code. 3 年之前
  Jing Yang 10ac3235eb Make run_election_timer() a simple function. 3 年之前
  Jing Yang 94f4ab4da2 Clear context after detach. 3 年之前
  Jing Yang 86a564d441 Run `cargo update` on durio. 3 年之前
  Jing Yang 199670a0aa Run `cargo update` on durio. 3 年之前
  Jing Yang c8a63eca38 Run cargo update on durio. 3 年之前
  Jing Yang 90048c76fe Take clippy advice in durio. 3 年之前
  Jing Yang e4ec9a63ee Merge branch 'remote_context_impl' 3 年之前
  Jing Yang 7329e47622 Add rpc_client and beat_ticker to the context. 3 年之前
  Jing Yang 169ccf5c88 Add tests for RemoteContext. 3 年之前
  Jing Yang debff77952 Use a safer static ref to replace the pointer. 3 年之前
  Jing Yang ff45298c67 Replace term marker with a static remote context. 3 年之前
  Jing Yang 51cbafc283 Allow sync_log_entry daemon to exit before election daemon. 3 年之前
  Jing Yang b5d7672a99 Take clippy advice in tests. 3 年之前
  Jing Yang 8ba3253faf Minor code rearrangement. 3 年之前
  Jing Yang 91f0b0138b Remove the special logging treatment for the start() API. 3 年之前
  Jing Yang e80c03ceb8 In KVServer, save the join handle instead of the Raft copy. 3 年之前
  Jing Yang ba700950cc Merge branch 'join_handle' 3 年之前
  Jing Yang 914409a197 Add documentation for RaftJoinHandler::join(). 3 年之前
  Jing Yang 6b42baa245 Remove the extra layer of Arc on Raft from tests. 3 年之前
  Jing Yang 4161b3f24d Remove the clone requirement of daemon_env. 3 年之前
  Jing Yang f4f15ba2de Move durio to use the clonable Raft. 3 年之前
  Jing Yang a959f7a175 Construct a join handle upfront. 3 年之前
  Jing Yang 9796a49bdc Move election.rs to the new standalone daemon_watch. 3 年之前
  Jing Yang 2a2e55a7bb Move verify_authority.rs to using the new standalone daemon_watch. 3 年之前
  Jing Yang 24715e57e3 Move snapshot.rs to using the new standalone daemon_watch. 3 年之前
  Jing Yang 0a93a0d6a5 Move sync_log_entries.rs to using the new standalone daemon_watch. 3 年之前
  Jing Yang 496ad0d7d7 Move apply_command.rs to using the standalone daemon_watch. 3 年之前