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

fix: ensure attempts increment without exception #7688

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

bshaffer
Copy link
Contributor

In Table, the retryFunction can retry even when an exception is not thrown (if one of the responses has a non-OK status code, see here). Because of this, we need to ensure attempts are incremented even when there is no exception.

Also removes unnecessary check for $this->retryFunction

@bshaffer bshaffer requested review from a team as code owners September 20, 2024 17:58
@bshaffer bshaffer added the release blocking Required feature/issue must be fixed prior to next release. label Sep 20, 2024
@bshaffer bshaffer merged commit d1f547f into main Sep 20, 2024
25 checks passed
@bshaffer bshaffer deleted the fix-bigtable-retry-loop branch September 20, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release blocking Required feature/issue must be fixed prior to next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants