-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ticdc_owner_status
is not removed when removing a failed changefeed
#10760
Comments
EDIT: Not reproducible on v7.5.1. |
/severity moderate |
if there is a way to immediately fail a changefeed we could quickly check if the recently unstuck #10513 has fixed this 😉 |
Yes, there is a way to do it.
The changefeed should already failed. |
i mean this is the step i'd like to skip 😅 |
Maybe we can add an error injecting API to do it? |
Yeah. But not really high priority if you need to introduce another PR to get this. |
What did you do?
What did you expect to see?
The series
ticdc_owner_status{changefeed="testcdc3",namespace="default"}
no longer existsWhat did you see instead?
It remains at value 2 (failed)
This means a Prometheus Alert will keep firing for a changefeed that is already gone.
Versions of the cluster
v6.5.5
The text was updated successfully, but these errors were encountered: