Neil Shen
Neil Shen
## Development Task ```log [2025/06/11 04:01:34.570 +00:00] [INFO] [peer.rs:330] ["replicate peer"] [create_by_peer_store_id=7] [create_by_peer_id=821429] [store_id=2] [peer_id=1245351] [region_id=821426] [thread_id=104] [2025/06/11 04:01:34.571 +00:00] [INFO] [raft.rs:2660] ["switched to configuration"] [config="Configuration { voters: Configuration {...
## Development Task We have encountered issues where the Raft propose wait time takes approximately 10ms to 80ms, even though each Raftstore thread is utilizing only 30% of the CPU....
## Bug Report We have observed that raftstore threads are being blocked for seconds due to IO, which directly causes a significant increase in P99 TiDB query latency. The IO...