Historie revizí

Autor SHA1 Zpráva Datum
  Jing Yang 0f650beb1e Remove unnecessary crate path in type names. před 3 roky
  Jing Yang f9d2a15e8e Remove "me" from the raft peers array. před 3 roky
  Jing Yang 08de267389 Take clippy advice. před 3 roky
  Jing Yang dafff123b4 Replace unnecessary clones with references in sync_log_entries.rs. před 3 roky
  Jing Yang 4e5d810997 Updates on stale comments. před 3 roky
  Jing Yang 7329e47622 Add rpc_client and beat_ticker to the context. před 3 roky
  Jing Yang ff45298c67 Replace term marker with a static remote context. před 3 roky
  Jing Yang 51cbafc283 Allow sync_log_entry daemon to exit before election daemon. před 3 roky
  Jing Yang 0a93a0d6a5 Move sync_log_entries.rs to using the new standalone daemon_watch. před 3 roky
  Jing Yang 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. před 3 roky
  Jing Yang aac1aed60b Restrict next_index to be non-zero. před 3 roky
  Jing Yang 13d6273469 Make SharedSender clonable for any T. před 3 roky
  Jing Yang 8c80a8b26c Merge Opening into PeerProgress. před 3 roky
  Jing Yang 9b1995e432 Merge Peer into PeerProgress. před 3 roky
  Jing Yang e026ab6803 Move next_index and current_step out of RaftState. před 3 roky
  Jing Yang 2f66c3fa08 Create an explicit enum for sync log entry events. před 3 roky
  Jing Yang 0b29f77341 Wrap data of the sync log entries daemon in opaque structs. před 3 roky
  Jing Yang 16dbee97f6 Move the "LeaderLogShrunk" so that we only check it when we are the leader. před 3 roky
  Jing Yang 3270245d50 Use AcqRel instead of SeqCst in sync_log_entry.rs. před 3 roky
  Jing Yang ca59d5b7ac Replace SeqCst ordering with more relaxed ones in keep_running. před 3 roky
  Jing Yang 6d22246e50 Merge stop_wait_group into daemon env. před 3 roky
  Jing Yang f230c518c0 Merge daemon_env guard into daemons. před 3 roky
  Jing Yang 56e5b19355 Name each daemon thread at creation. před 3 roky
  Jing Yang 7d8b309287 Explicitly list the requirement for commands. před 3 roky
  Jing Yang 66cccb5847 Make HEARTBEAT_INTERVAL a Duration. před 3 roky
  Jing Yang baf22fec60 Use `IndexTerm` in public API. před 3 roky
  Jing Yang 69c1c1565e Split lib.rs into messages.rs and raft.rs. před 3 roky
  Jing Yang e3f2148ecb Remove the "Default" requirement on command. před 3 roky
  Jing Yang 466c1d4d88 Replace SharedBeatTicker with DaemonBeatTicker. před 3 roky
  Jing Yang 53f83a8828 Tick beats at successful RPC response. před 3 roky