Historial de Commits

Autor SHA1 Mensaje Fecha
  Jing Yang 8219351836 Run clippy. hace 5 años
  Jing Yang dbfda93592 Use the new RpcHandler. hace 5 años
  Jing Yang 1ba448e33f Remove DropGuard and use scopeguard. hace 5 años
  Jing Yang d9a3aee7cb Remove unused import. hace 5 años
  Jing Yang 7850d934df Use Arc to save some clone time. hace 5 años
  Jing Yang 9833aaf196 Do not update next_index if it is not our term. hace 5 años
  Jing Yang 0347346e27 Ignore the log syncing errors. hace 5 años
  Jing Yang d63eeb68e2 Some refactoring. hace 5 años
  Jing Yang f374ec7dce Add license file, update toml. hace 5 años
  Jing Yang 12b2c96aea Update readme. hace 5 años
  Jing Yang ee2a652716 Add readme. hace 5 años
  Jing Yang 92acf0470a Add a comment about threads. hace 5 años
  Jing Yang 2a69e5f5d2 Upgrade to tokio 0.3 hace 5 años
  Jing Yang 2250d4d4c2 Two more minor async bugs. hace 5 años
  Jing Yang c5e09f96ce Run `cargo clippy`. hace 5 años
  Jing Yang aa6d06e875 No need to cancel in flight log entry sync. hace 5 años
  Jing Yang 73dc7b7cfc Migrate to newer network version with parking_lot. hace 5 años
  Jing Yang 2d7d42c1f2 Drop all manual guard drops. hace 5 años
  Jing Yang fffc60fd89 Add two churn tests. hace 5 años
  Jing Yang 1e748a0315 Set all RPC retries to 1. hace 5 años
  Jing Yang af140e1c46 Add RPC deadline for all RPCs. hace 5 años
  Jing Yang f285f6f514 Extend RPC deadline to 2 seconds. hace 5 años
  Jing Yang 64316e557f Minor optimization to reduce number of RPCs sent. hace 5 años
  Jing Yang d63a5f1dcd Minor refactor: election_time returns an Instant. hace 5 años
  Jing Yang eed4e569f4 Reset the step counter when append entries succeeded. hace 5 años
  Jing Yang cb7e82a666 Fix a race condition when killing the election timer. hace 5 años
  Jing Yang 32fb95c79d Give up the log lock before killing a raft instance. hace 5 años
  Jing Yang 599f453c6e Set leader_id when elected. hace 5 años
  Jing Yang d7d18284fa Add the figure-8, unreliable test, and a serious bug fix. hace 5 años
  Jing Yang 2f41f782ba Add the unreliable test. hace 5 años