Kill TiDB can not support cancel DDL #43854
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
sig/sql-infra
SIG: SQL Infra
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
This issue support canceling DDL statements with KILL(related PR:https://github.com/pingcap/tidb/pull/35923).
But after these PRs, when we do
kill TiDB
, this TiDB's DDLs may be canceled(In some cases it can't be cancelled).This issue need do "Pause user DDL when upgrading TiDB", but these DDLs may be canceled by
kill TiDB
. So we considerkill TiDB
can not cancel DDL.We'll deal with this in detail when we distinguish between asynchronous and synchronous DDLs.
The text was updated successfully, but these errors were encountered: