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

Reliability - re-submit chunk sub-requests upon failure #39

Closed
f-w opened this issue Jun 7, 2021 · 0 comments · Fixed by #44
Closed

Reliability - re-submit chunk sub-requests upon failure #39

f-w opened this issue Jun 7, 2021 · 0 comments · Fixed by #44
Labels
enhancement New feature or request

Comments

@f-w
Copy link
Collaborator

f-w commented Jun 7, 2021

Currently if chunk sub-requests returns exception, for example due to node failure, the main request doesn't re-submit the sub-request.

Once the successful and failed dispatch list is updated whenever a message is dispatched, re-submitting chunk sub-request becomes feasible.

This is part of reliability improvements to achieve node failure resilience. See #36 for a full description.

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

Successfully merging a pull request may close this issue.

1 participant