Remove "tikv" from isolation-read.engines
in config file will make tidb unable to execute some DDL jobs as ddl worker
#45202
Labels
affects-5.4
This bug affects 5.4.x versions.
affects-6.1
affects-6.5
affects-7.1
severity/moderate
sig/sql-infra
SIG: SQL Infra
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)
tidb config file:
2. What did you expect to see? (Required)
The DDL runs successfully.
3. What did you see instead (Required)
In another case, if there are two tidbs, one tidb (tidb1) with config file above is the ddl owner, and the other (tidb2) uses the default config. If we send the DDL to tidb2, it will block for a long time and return error, and there will be error log the same as above in tidb1.
4. What is your TiDB version? (Required)
v5.0.0 - v7.2.0
The text was updated successfully, but these errors were encountered: