-
Notifications
You must be signed in to change notification settings - Fork 40
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
Have client retry lost inputs #2600
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
rculbertson
changed the title
Add client retries to client
Have client retry lost inputs
Dec 3, 2024
rculbertson
force-pushed
the
ryan/remote-lost-inputs
branch
2 times, most recently
from
December 10, 2024 20:21
076f198
to
33ebf45
Compare
rculbertson
force-pushed
the
ryan/remote-lost-inputs
branch
from
December 12, 2024 21:24
33ebf45
to
974171e
Compare
rculbertson
force-pushed
the
ryan/remote-lost-inputs
branch
from
December 24, 2024 01:16
974171e
to
53250c3
Compare
@gongy This is now has all the changes we discussed. |
2 tasks
gongy
reviewed
Jan 2, 2025
rculbertson
force-pushed
the
ryan/remote-lost-inputs
branch
from
January 3, 2025 15:24
7ee0fa7
to
da026e4
Compare
Co-authored-by: Richard Gong <[email protected]>
rculbertson
force-pushed
the
ryan/remote-lost-inputs
branch
from
January 7, 2025 14:53
da026e4
to
07dad3a
Compare
@prbot autoapprove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved 👍. @rohansingh will follow-up review this.
@gongy I think you already review this last week and gave me a +1 over slack. Mind marking it as approved? |
rohansingh
approved these changes
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes SVC-224
Update client to retry inputs if FunctionGetOutputs reports that an input is lost. If an input is lost, FunctionGetOutputs returns a failed output with status
GENERIC_STATUS_INTERNAL_FAILURE
. The client then retries immediately.Check these boxes or delete any item (or this section) if not relevant for this PR.
Note on protobuf: protobuf message changes in one place may have impact to
multiple entities (client, server, worker, database). See points above.
Changelog