-
Notifications
You must be signed in to change notification settings - Fork 286
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
TiCDC keeps warning on removed changefeeds #2156
Comments
Although prometheus metrics is deleted, we should also adjust alert rules. |
I have checked in a test environment,
To summarize, the given bug can't be reproduced, and maybe there exists an active changefeed that is not replicating normally in the user's scenario. |
Closed by #2177 and #23133 |
tikv should handle |
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
Set up TiCDC, start a changefeed, and then remove it forcely.
What did you expect to see?
Prometheus alerts won't be triggered any more.
What did you see instead?
cdc_checkpoint_high_delay
cdc_processor_checkpoint_tso_no_change_for_1m
cdc_resolvedts_high_delay
tikv_cdc_min_resolved_ts_no_change_for_1m
still alerts.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):v5.0.1,v4.0.12
The text was updated successfully, but these errors were encountered: