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

[BUG]449RetryTooAggressively #37047

Closed
xinlian12 opened this issue Oct 4, 2023 · 0 comments · Fixed by #37040
Closed

[BUG]449RetryTooAggressively #37047

xinlian12 opened this issue Oct 4, 2023 · 0 comments · Fixed by #37040
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos needs-triage This is a new issue that needs to be triaged to the appropriate team.

Comments

@xinlian12
Copy link
Member

Issue:
For 449 errors, SDK should retry with backoff 10ms, 20ms, 40ms, 80ms, 160ms, 320ms, 640ms, 1s, 1s, 1s etc for up to 30/60s. But after about close to 30 retires, 449 retries will become aggressive.
image

Possible root cause:
Overflow when calculating the currentBackoffTime

Possible Solution:
Cap the currentBackoffTime

@xinlian12 xinlian12 added Cosmos cosmos:v4-item Indicates this feature will be shipped as part of V4 release train labels Oct 4, 2023
@github-actions github-actions bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos needs-triage This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
1 participant