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

cluster: reduce timeout/retries on cluster health check #5780

Merged
merged 1 commit into from
May 6, 2022

Conversation

milas
Copy link
Contributor

@milas milas commented May 6, 2022

Set a timeout on the request, which will both be passed onto the
server as well as used to create a child context with a deadline.
A fixed value of 10sec is used here for now.

Additionally, max retries is set to 1 vs the default of up to 10.

See #5729.

@milas milas added the bug Something isn't working label May 6, 2022
@milas milas requested a review from landism May 6, 2022 13:55
@milas milas self-assigned this May 6, 2022
Set a timeout on the request, which will both be passed onto the
server as well as used to create a child context with a deadline.
A fixed value of 10sec is used here for now.

Additionally, max retries is set to 1 vs the default of up to 10.

See #5729.
@milas milas force-pushed the milas/cluster-health-timeout branch from 732a54b to 503036c Compare May 6, 2022 14:01
@milas milas merged commit 95601fe into master May 6, 2022
@milas milas deleted the milas/cluster-health-timeout branch May 6, 2022 16:55
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

Successfully merging this pull request may close these issues.

2 participants