Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Jing Yang 7914cb3efa Add two more tests: CPU usage is really high. hace 5 años
  Jing Yang 950421e0ea Add the second persist test. hace 5 años
  Jing Yang 93d36abc85 Add persister to lib, and tests. hace 5 años
  Jing Yang fa74454870 Implement persister. hace 5 años
  Jing Yang ecc3ec8d46 Add the RPC count test. hace 5 años
  Jing Yang b13b3f0136 Fix a bug in the tests config and another one in backup tests. hace 5 años
  Jing Yang 274bd0cdc8 Add the last agreement test. hace 5 años
  Jing Yang 0807fc7207 Add the rejoin test. hace 5 años
  Jing Yang 397c8aad63 Add fail no agree test. hace 5 años
  Jing Yang 451f9559be Add fail agree test. hace 5 años
  Jing Yang 62a468ee3b Add the basic agreement tests, fixed bugs. hace 5 años
  Jing Yang f0c6126caa Add a test for re_election. hace 5 años
  Jing Yang 58e20ae2d3 Add checks for same term. hace 5 años
  Jing Yang 0be0f031b1 Use client in client name. hace 5 años
  Jing Yang 6c6afbcde0 Fix step size overflow. hace 5 años
  Jing Yang 144224d107 Fix shutdown procedure. hace 5 años
  Jing Yang b19e1a3905 Use the server name as-is at rpc utils. hace 5 años
  Jing Yang ac213f6d53 Reserve vec with certain size instead of capacity. hace 5 años
  Jing Yang b838091bd6 Do not delay if the last retry fails. hace 5 años
  Jing Yang 1f41b2dae0 Correct is_leader check in append_entries and heartbeat. hace 5 años