during add index on DXF, sst are ingested to L0, triggers ServerIsBusy and keeps failing/retrying #58807
Labels
affects-8.1
This bug affects the 8.1.x(LTS) versions.
component/ddl
This issue is related to DDL of TiDB.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.5
severity/critical
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
tried to reproduce it locally, but cannot reproduce right now, the env is:
alter table t add index idx_ade(a, d, e);
ServerIsBusy too many sst files are ingesting
ServerIsBusy too many sst files are ingesting
, and from TiKV monitoring, it keeps ingest at L0, after the retry of local backend used up, DXF starts retry the whole subtask, but it never ends, and keeps reporting above error. the issue of unlimited retry of DXF is recored in here add retry limit to DXF #588142. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
8.1.1
The text was updated successfully, but these errors were encountered: