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

Don't always clear rows being processed when non-recoverable error occurs #1000

Open
Charles-Gagnon opened this issue Jan 2, 2024 · 0 comments
Milestone

Comments

@Charles-Gagnon
Copy link
Contributor

Currently if an exception occurs while processing rows we will clear those rows from internal memory and move on - which means those rows won't be processed again until the 60sec timeout has passed. But there are many transient errors - such as deadlocks - that can happen, and so clearing the rows in those cases just needlessly delays the processing of those rows.

It would be much better to try and determine if the exception that occurred was recoverable/transient, and if so not clear the rows from memory (instead just reprocessing them again).

@Charles-Gagnon Charles-Gagnon added this to the Post GA milestone Jan 2, 2024
@MaddyDev MaddyDev added the P1 label Jan 31, 2024
@JetterMcTedder JetterMcTedder added NRC and removed NRC labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants