-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Retry for 'mutate_rows' that return retryable errors. #4256
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
Merged
lukesneeringer
merged 17 commits into
googleapis:master
from
justinseinlin:mutate-rows-retry-2
Nov 2, 2017
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ba4f07e
Retry for rows that return retryable error codes.
justinseinlin 5fdb37a
Stop processing once all rows are successful or non-retryable.
justinseinlin 2671950
Remove retry for INTERNAL error. Fix the case where has_retryable_res…
justinseinlin 372a193
Fix lint errors.
justinseinlin 2b27e3c
Add tests for google.cloud.bigtable.table.Table.mutate_rows.\nCases f…
justinseinlin 2b7c410
Add test cases for _RetryableMutateRowsWorker.
justinseinlin b78fd87
Refactor test for _RetryableMutateRowsWorker to cover callable interf…
justinseinlin 218c5b7
Remove assumption that responses come back in the same linear order a…
justinseinlin 94cd584
Include retryable responses in the exception raised.
justinseinlin 21cf7d9
Assign default value for init argument.
justinseinlin ca20599
Change _MILLIS_PER_SECOND to float for better deadline precision.
justinseinlin 7ef087f
Use google.api.core.retry.Retry. Allow user-configurable retry-options.
justinseinlin ba6aa7b
Revert retry.py. Modify mutate_rows api to take a Retry instead with …
justinseinlin 761cf84
Use google.api.core.exceptions for internal retryable worker instead …
justinseinlin f04213f
Add sanity check for rows requested to mutate and number of responses…
justinseinlin 0d5c751
Add test for assertion check to ensure num of responses matches num o…
justinseinlin d7984d0
Refactor google.api.core to google.api_core.
justinseinlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.