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

Fix false positive readiness health check status in mpHealth, before application starts #7790

Closed
pgunapal opened this issue Jun 6, 2019 · 1 comment · Fixed by #7894
Closed
Assignees

Comments

@pgunapal
Copy link
Member

pgunapal commented Jun 6, 2019

When OpenLiberty server starts up, and the mpHealth endpoint (/health or /health/ready) becomes available before the application starts up, it will give a false positive health check status, as being healthy. It should indicate that the health status is DOWN, till the application is fully started.

@pgunapal pgunapal self-assigned this Jun 11, 2019
@pgunapal
Copy link
Member Author

  • Create an out-of-the-box health check to determine if the application has started or not, for the /health/ready endpoint.
  • Remove the out-of-the-box health check from the payload response, once the application has started.

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

Successfully merging a pull request may close this issue.

1 participant