TTL task will not be taken by other tidb after a failover #45022
Labels
affects-7.0
affects-7.1
affects-7.2
severity/major
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)
Run
select * from mysql.tidb_ttl_task
to check whether the task is scheduled and in running state, kill the current tidb.Restart tidb to wait TTL job finished
2. What did you expect to see? (Required)
The task should be taken by the restarted tidb and continue to run.
3. What did you see instead (Required)
The task will never recover and the TTL job will not finish forever
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: