-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Development Task
The current implementation of raftstore threads directly interacts with RaftEngine and RocksDB during split, merge, and configuration changes. When IO operations are slow, it leads to increased process latency, which can significantly impact the performance of foreground write requests. To better understand and address these latency issues, it is essential to export raftstore IO duration metrics to the TiKV dashboard.
Touch #18256
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.