-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable retry-request, add exponential backoff in mutateRows and…
… readRows (#1060) * fix: add rpc level retries for mutate * remove debugging logs * add exponential backoff * simplify mutate row retry logic * fix broken tests * ignore checks for retry options * fix lint * comments * reset retry after a succee response * fix lint * fix system test * clean up * add rpc status in mutate rows, and remove http status * remove unnecessary check * remove decorate status * update * fix * correct retry count
- Loading branch information
Showing
9 changed files
with
264 additions
and
254 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.