Improve observability of fast reorg ADD INDEX progress #56986
Labels
component/ddl
This issue is related to DDL of TiDB.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
currently we only let progress forward when KV is written to TiKV. When fast reorg is enabled, data will be batched on disk for a long time. No progress will be made during that stage and some users may suspect DDL is stuck.
So I propose we draw another line in metrics, which means "how many record KV we have read to assume the index KV".
The text was updated successfully, but these errors were encountered: