mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-25 20:30:30 +08:00
1338f1b099
I am recently debugging at 3B. And when I am reading the Destroy function at file kv/raftstore/peer.go, I found that there is a comment "write kv rocksdb first in case of restart happen between two write". The previous lab in tinykv seems never mention about rocksdb, while the TiKV mentioned. So I think there is a typo, and this comment should be modified to "write kv badgerDB first in case of restart happen between two write". |
||
---|---|---|
.. | ||
message | ||
meta | ||
runner | ||
scheduler_client | ||
snap | ||
util | ||
bootstrap_test.go | ||
bootstrap.go | ||
cmd_resp.go | ||
node.go | ||
peer_msg_handler.go | ||
peer_storage_test.go | ||
peer_storage.go | ||
peer.go | ||
raft_worker.go | ||
raftstore.go | ||
router.go | ||
store_worker.go | ||
ticker.go |