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 Retry time in Exporter #7004

Open
ayushtkn opened this issue Jan 9, 2025 · 0 comments
Open

Fix Retry time in Exporter #7004

ayushtkn opened this issue Jan 9, 2025 · 0 comments
Labels
Bug Something isn't working

Comments

@ayushtkn
Copy link

ayushtkn commented Jan 9, 2025

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

  • Trigger a retry scenario.
  • Note the actual wait times between retries.

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

@ayushtkn ayushtkn added the Bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant