You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the initial wait, subsequent wait times are randomized within an upper bound, leading to sporadic behavior that deviates from the expected retry pattern.
Describe the bug
After the initial wait, subsequent wait times are randomized within an upper bound, leading to sporadic behavior that deviates from the expected retry pattern.
Related discussion:
#3936 (comment)
Steps to reproduce
What did you expect to see?
The wait times should closely follow the calculated values, with a small and predictable jitter (e.g., 0.2).
What did you see instead?
The wait times are highly variable, appearing random and exceeding the expected jitter tolerance.
What version and what artifacts are you using?
All
Environment
Should be All
Additional context
For reference, see this related gRPC proposal:
grpc/proposal#452
The text was updated successfully, but these errors were encountered: