Skip to content
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 show old error messages when query the changefeed after pause it #11642

Closed
hongyunyan opened this issue Oct 10, 2024 · 0 comments · Fixed by #11641
Closed

TiCDC show old error messages when query the changefeed after pause it #11642

hongyunyan opened this issue Oct 10, 2024 · 0 comments · Fixed by #11641
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/enhancement The issue or PR belongs to an enhancement.

Comments

@hongyunyan
Copy link
Collaborator

When we pause a changefeed and query the state of the changefeed, it may output with previous error message, which will make a little confused.

In code, now we only clear the error message when changefeed state is normal. While in stopped / finished / removed, we also should not return the previous error info.

img_v3_02fh_61b16f35-9e94-4a90-bd06-fb6f6619a4ag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
1 participant