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 some retry issues #2517

Merged
merged 2 commits into from
Jul 23, 2023
Merged

Fix some retry issues #2517

merged 2 commits into from
Jul 23, 2023

Conversation

hindessm
Copy link
Collaborator

This fixes #2515.

It also fixed similar off-by-one errors in logging in client.go.

I specifically didn't fix the four off-by-one logging errors in transaction_manager.go since it looks to me like the number of attempts also has off-by-one errors (e.g. here) so technically until that logic is fixed they are correct.

Fixes IBM#2515

Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
@dnwe dnwe added the fix label Jul 23, 2023
@dnwe dnwe merged commit 08ff0ff into IBM:main Jul 23, 2023
13 checks passed
@hindessm hindessm deleted the mrh/fix-some-retry-issues branch July 23, 2023 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cluster admin retry on error implementation is confusing
2 participants