Connor
Connor
## Bug Report ### What did you expect? no flow control ### What did happened?
## Bug Report ### What version of TiKV are you using? v7.5.2 ### What operating system and CPU are you using? 
### What is changed and how it works? Issue Number: Ref #17465 close #17178 What's Changed: ```commit-message update rust toolchain to nightly-2024-08-29 to use faster linker ``` see https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html ###...
## Development Task Include fixing typos, adding comments, refactoring code, etc.
### What is changed and how it works? Issue Number: Close #xxx What's Changed: ```commit-message ``` ### Related changes - [ ] PR to update `pingcap/docs`/`pingcap/docs-cn`: - [ ] Need...
## Bug Report  When import mode is activated, split and region scheduler is paused during importing. While hot spot scheduler seems not disabled. So it triggers some peer movement...
Previously #417 PR reverts this change for simplicity. But the performance result isn't good enough. The reason for mutex wrapping `SaveTo` is to update the file ref count. This PR...
### What problem does this PR solve? Issue Number: close #xxx Using rocksdb compact on deletion, namely, trigger compaction automatically when many tombstones in SST to compact tombstones more aggressively...
Signed-off-by: Connor ### What problem does this PR solve? Issue Number: close https://github.com/tikv/tikv/issues/5319 Problem Summary: approximate keys always be zero for rawkv ### What is changed and how it works?...