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

Fail-fast for unrecoverable DML errors #1724

Closed
liuzix opened this issue Apr 29, 2021 · 2 comments
Closed

Fail-fast for unrecoverable DML errors #1724

liuzix opened this issue Apr 29, 2021 · 2 comments
Assignees
Labels
bug-from-user Bugs found by users. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. severity/moderate subject/new-feature Denotes an issue or pull request adding a new feature.

Comments

@liuzix
Copy link
Contributor

liuzix commented Apr 29, 2021

Feature Request

Is your feature request related to a problem? Please describe:
Users can be frustrated if an unrecoverable error such as tableNotExists is not reported in a timely fashion.

Describe the feature you'd like:
Instead of retrying, the sink should fail fast when a DML error is likely to be unrecoverable without manual intervention.

Describe alternatives you've considered:
Report currently on-going retries.

Teachability, Documentation, Adoption, Migration Strategy:
We should take care to ensure that failed changefeeds are periodically retried, in case the user completed the manual intervention and expects the changefeed to continue on its own.

@liuzix liuzix added the subject/new-feature Denotes an issue or pull request adding a new feature. label Apr 29, 2021
@amyangfei
Copy link
Contributor

duplicated with #525

@ben1009
Copy link
Contributor

ben1009 commented Aug 12, 2021

close this one, all prs got merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-from-user Bugs found by users. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. severity/moderate subject/new-feature Denotes an issue or pull request adding a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants