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

Allow liveness check during server shutting down #9915

Merged
merged 1 commit into from Dec 6, 2022

Conversation

Jackie-Jiang
Copy link
Contributor

Currently we shut down the admin HTTP server before draining queries and offloading segments from Pinot servers. This will result in liveness check failure, which might cause server to be killed by the container manager.
This PR adds a flag to keep the HTTP server open but only allow the liveness check during server shutdown.

Copy link
Contributor

@xiangfu0 xiangfu0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

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

Successfully merging this pull request may close these issues.

None yet

2 participants