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 retry back-off for LoadBalancingClient that can't connect to a host #229

Closed
zgagnon opened this issue Jul 13, 2015 · 1 comment
Closed
Assignees

Comments

@zgagnon
Copy link

zgagnon commented Jul 13, 2015

Currently, if one of the hosts a load balancing client is configured for cannot be found, it will retry at high rate without limit. This also results in a lot of error level logging that makes logs difficult to read. The client should either have a configurable back-off or auto-backoff from retries.

@DanSimon DanSimon added this to the 0.6.8 milestone Oct 13, 2015
@DanSimon DanSimon self-assigned this Oct 13, 2015
@DanSimon DanSimon modified the milestones: 0.7.0, 0.6.8 Nov 16, 2015
@DanSimon DanSimon modified the milestones: 0.8.0, 0.7.0 Nov 24, 2015
@DanSimon DanSimon modified the milestones: 0.9.0, 0.8.0 Jun 7, 2016
@DanSimon DanSimon modified the milestones: 0.10.0, 0.9.0 Dec 20, 2016
@benblack86 benblack86 removed this from the 0.10.0 milestone Aug 14, 2017
@benblack86
Copy link
Contributor

Related #521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants