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

[raft] client-side health check #8506

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

luluz66
Copy link
Contributor

@luluz66 luluz66 commented Feb 27, 2025

During rollout, server A can call server B that is still being initialized; as
a result, server B can return Range Not Present error. Instead of trying
the next replica, we will try to look up range descriptor again and this can
slow things down.

This change allows us to do client-side health check: https://grpc.io/docs/guides/health-checking/#enabling-client-health-checking

https://github.com/buildbuddy-io/buildbuddy-internal/issues/3745

@luluz66 luluz66 force-pushed the client-side-health-check branch from 4e6d2ea to 4eb6bec Compare February 27, 2025 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants