talent-plan-tinykv/kv
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
..
config fix(kv/config): set SchedulerHeartbeatTickInterval to ten seconds (#394) 2022-06-30 06:56:54 +00:00
coprocessor Update analyze.go (#391) 2022-04-20 09:36:49 +00:00
raftstore fix(to issue#455): fix a typo (#456) 2024-03-15 02:04:49 +00:00
server Update comments for Server.Latches (#427) 2022-10-09 15:35:17 +08:00
storage refactor(raft_storage): remove dead code (#351) 2021-12-20 14:17:36 +00:00
test_raftstore load snapshot meta again when the snapshot exists, make sure snapshot is not nil (#404) 2022-07-14 06:05:26 +00:00
transaction chore: fix test string assert (#392) 2022-06-30 04:28:35 +00:00
util fix: handle nil *badger.DB in *Engines.Close (#398) 2022-07-06 12:37:25 +08:00
main.go add option and fix raft client (#131) 2020-04-30 15:31:26 +08:00