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

Add exponential back off mechanism while retrying transport errors to metrics store #548

Closed
dliappis opened this issue Aug 10, 2018 · 1 comment
Assignees
Labels
enhancement Improves the status quo :Metrics How metrics are stored, calculated or aggregated
Milestone

Comments

@dliappis
Copy link
Contributor

The solution introduced in 7724526 to retry certain TransportErrors while writing to the metrics store is not sufficient as there are only 3 retries, 3 seconds each.

We need an exponential back off mechanism instead with a larger amount of retries to increase resiliency for errors.

Note that we still need to investigate how this blocks which thread, but will track it in a separate issue.

@dliappis dliappis self-assigned this Aug 10, 2018
@dliappis dliappis added enhancement Improves the status quo :Metrics How metrics are stored, calculated or aggregated labels Aug 10, 2018
@dliappis dliappis added this to the 1.0.1 milestone Aug 10, 2018
@dliappis
Copy link
Contributor Author

cc @dakrone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Metrics How metrics are stored, calculated or aggregated
Projects
None yet
Development

No branches or pull requests

1 participant