Historique des commits

Auteur SHA1 Message Date
  Jing Yang ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. il y a 4 ans
  Jing Yang de3c5eaf17 Allow message applying errors in KV server. il y a 4 ans
  Jing Yang 5ae61e09a0 Remove all `external crate`! il y a 4 ans
  Jing Yang aae03cec67 Setup test logger in KVServer and tests. il y a 4 ans
  Jing Yang 5b538d60a8 Refactor KV server and remove is_retry. il y a 4 ans
  Jing Yang 4a5de0b558 Fix cargo clippy errors. il y a 4 ans
  Jing Yang 7b7857fd9c Refactor snapshot holder and merge methods. il y a 4 ans
  Jing Yang d303c29a77 Better shutdown for kv server. il y a 4 ans
  Jing Yang 7cbe4d2224 Rewrite a match statement using match-if. il y a 4 ans
  Jing Yang 7b66208d33 Cosmetic changes to server.rs. il y a 4 ans
  Jing Yang 967dae925a Adapt to the new snapshot framework. il y a 4 ans
  Jing Yang cd5818f558 Add shutdown to snapshot holder and a new test. il y a 4 ans
  Jing Yang 11af902ae8 Two cosmetic changes. il y a 4 ans
  Jing Yang eb08693e11 Implement install snapshot. il y a 4 ans
  Jing Yang 36506a9be5 Implement snapshot taking for kv server. il y a 4 ans
  Jing Yang 805fca48b3 Fix a bug in server where the shared term is not set. il y a 4 ans
  Jing Yang 4177b73f90 Change the default timeout to be 1 second. il y a 4 ans
  Jing Yang 77e3191df8 Second attemp to fix `kill()`. il y a 4 ans
  Jing Yang 044cf08151 Fix threading model and let background tasks take a weak Arc. il y a 4 ans
  Jing Yang a387aba7ad Separate error NotMe from Conflict. il y a 4 ans
  Jing Yang 24762d48d7 Migrate kvraft to edition 2018 il y a 4 ans
  Jing Yang 1207b5d42f Use term in a smart way to avoid duplicate commits. il y a 4 ans
  Jing Yang aa8e4854d1 Add an assertion in apply_op. il y a 4 ans
  Jing Yang cad5bf31ae Return conflict if the proposer is not the current server. il y a 4 ans
  Jing Yang 7dce6f66cb Complete rewrite the block-for-commit logic in server. il y a 4 ans
  Jing Yang c5e6d51d3c Improve error handling at the client side. il y a 4 ans
  Jing Yang dc1844486e Add test persister, test config and make_config() function. il y a 4 ans
  Jing Yang 3fe2240b1d More cosmetic changes. il y a 4 ans
  Jing Yang bfbc01f84f Remove two private structs. il y a 4 ans
  Jing Yang ec1039e99b Avoid the second applied_op lookup by spliting references. il y a 4 ans