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

Add error returns to inttrablock state #12926

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Add error returns to inttrablock state #12926

wants to merge 11 commits into from

Conversation

mh0lt
Copy link
Contributor

@mh0lt mh0lt commented Nov 29, 2024

This PR adds error returns to intrablock state calls so that errors are consistently returned to the caller code.

Previously several of these where just swallowed by the implementation.

This is necessary for parallel execution processing which needs to be able to distinguish between retryable errors due to parallel data access from system and other fails which need to stop processing.

Without this the code goes into a continuous retry of fail loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant