talent-plan-tinykv/kv/raftstore
Elephas 1338f1b099
fix(to issue#455): fix a typo (#456)
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".
2024-03-15 02:04:49 +00:00
..
message fix: fix the comment in msg.go (#352) 2021-12-20 08:01:44 +00:00
meta merge master 2020-04-30 15:31:26 +08:00
runner Fix build warning when making project1 (#437) (#438) 2023-01-05 15:05:04 -08:00
scheduler_client Add support of coprocessor (#155) 2020-04-30 15:31:26 +08:00
snap close file and refactor function (#185) 2020-05-28 13:04:18 +08:00
util fix typo (#355) 2021-12-22 04:28:06 +00:00
bootstrap_test.go init course framework 2020-04-30 15:25:07 +08:00
bootstrap.go fix(raftstore): fix typo (#354) 2021-12-20 15:59:35 +08:00
cmd_resp.go close file and refactor function (#185) 2020-05-28 13:04:18 +08:00
node.go load snapshot meta again when the snapshot exists, make sure snapshot is not nil (#404) 2022-07-14 06:05:26 +00:00
peer_msg_handler.go Remove the unused argument in ScheduleCompactLog (#240) 2021-01-27 11:32:07 +08:00
peer_storage_test.go fix #225 (#227) 2020-12-30 13:24:03 +08:00
peer_storage.go Fix range in clearExtraData (#278) 2022-07-06 05:09:40 +00:00
peer.go fix(to issue#455): fix a typo (#456) 2024-03-15 02:04:49 +00:00
raft_worker.go rename batchsystem to raftstore 2020-04-30 15:31:26 +08:00
raftstore.go fix two typos (#406) 2022-07-06 11:28:33 +00:00
router.go init course framework 2020-04-30 15:25:07 +08:00
store_worker.go fixing spelling mistakes (#254) 2021-02-23 20:20:22 +08:00
ticker.go init course framework 2020-04-30 15:25:07 +08:00