owner manager hang in BreakCampaignLoop #58620
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/ddl
This issue is related to DDL of TiDB.
severity/minor
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)
tikv exit first, and then tidb fail to exit when I press Ctrl+C
2. What did you expect to see? (Required)
tidb should not hang when exit.
3. What did you see instead (Required)
It hang here:
ddl close call
d.ownerManager.BreakCampaignLoop()
and the owner manager hang.It's waiting for the campaign loop to exit, but the campaign loop never break:
Similiar to #58418
4. What is your TiDB version? (Required)
master
70393b5
The text was updated successfully, but these errors were encountered: