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

Frontend health check waits until membership initialized #3936

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

dnr
Copy link
Member

@dnr dnr commented Feb 10, 2023

What changed?
Frontend shouldn't return SERVING (for temporal.api.workflowservice.v1.WorkflowService) until it has initialized ringpop.

Why?
During this period any rpc sent to frontend that requires a history or matching backend will fail, so it shouldn't accept them.

How did you test it?
Manually, will test in staging environment

Potential risks

Is hotfix candidate?

@dnr dnr requested a review from a team as a code owner February 10, 2023 05:53
@yux0
Copy link
Contributor

yux0 commented Feb 10, 2023

Is the health check from client side?

@dnr
Copy link
Member Author

dnr commented Feb 10, 2023

Is the health check from client side?

These are health checks that are done by a load-balancer or similar to decide if it should send traffic here

@dnr dnr merged commit 2d9bb16 into temporalio:master Feb 10, 2023
@dnr dnr deleted the health2 branch February 10, 2023 20:59
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