Historial de Commits

Autor SHA1 Mensaje Fecha
  Jing Yang 0e2bfbd2c4 Update kvraft to be async. hace 4 años
  Jing Yang ce93766fff Remote AtomicUsize from KVServer hace 4 años
  Jing Yang 85fa0fd7c6 Tweak the KVServer API to avoid clones. hace 4 años
  Jing Yang 9d5b4fd65b A clever trick to make Raft sync. hace 4 años
  Jing Yang ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. hace 4 años
  Jing Yang de3c5eaf17 Allow message applying errors in KV server. hace 4 años
  Jing Yang 5ae61e09a0 Remove all `external crate`! hace 4 años
  Jing Yang aae03cec67 Setup test logger in KVServer and tests. hace 4 años
  Jing Yang 5b538d60a8 Refactor KV server and remove is_retry. hace 4 años
  Jing Yang 4a5de0b558 Fix cargo clippy errors. hace 4 años
  Jing Yang 7b7857fd9c Refactor snapshot holder and merge methods. hace 4 años
  Jing Yang d303c29a77 Better shutdown for kv server. hace 4 años
  Jing Yang 7cbe4d2224 Rewrite a match statement using match-if. hace 4 años
  Jing Yang 7b66208d33 Cosmetic changes to server.rs. hace 4 años
  Jing Yang 967dae925a Adapt to the new snapshot framework. hace 4 años
  Jing Yang cd5818f558 Add shutdown to snapshot holder and a new test. hace 4 años
  Jing Yang 11af902ae8 Two cosmetic changes. hace 4 años
  Jing Yang eb08693e11 Implement install snapshot. hace 4 años
  Jing Yang 36506a9be5 Implement snapshot taking for kv server. hace 4 años
  Jing Yang 805fca48b3 Fix a bug in server where the shared term is not set. hace 4 años
  Jing Yang 4177b73f90 Change the default timeout to be 1 second. hace 4 años
  Jing Yang 77e3191df8 Second attemp to fix `kill()`. hace 4 años
  Jing Yang 044cf08151 Fix threading model and let background tasks take a weak Arc. hace 4 años
  Jing Yang a387aba7ad Separate error NotMe from Conflict. hace 4 años
  Jing Yang 24762d48d7 Migrate kvraft to edition 2018 hace 4 años
  Jing Yang 1207b5d42f Use term in a smart way to avoid duplicate commits. hace 4 años
  Jing Yang aa8e4854d1 Add an assertion in apply_op. hace 4 años
  Jing Yang cad5bf31ae Return conflict if the proposer is not the current server. hace 4 años
  Jing Yang 7dce6f66cb Complete rewrite the block-for-commit logic in server. hace 4 años
  Jing Yang c5e6d51d3c Improve error handling at the client side. hace 4 años