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

Native image health fails with built-ins #1779

Closed
tomas-langer opened this issue May 13, 2020 · 2 comments · Fixed by #1809
Closed

Native image health fails with built-ins #1779

tomas-langer opened this issue May 13, 2020 · 2 comments · Fixed by #1809
Assignees
Labels
2.x Issues for 2.x version branch bug Something isn't working health native-image P1
Milestone

Comments

@tomas-langer
Copy link
Member

Environment Details

  • Helidon Version: 2.0.0-M3
  • Helidon MP (most likely in SE as well)

GraalVM 20.0

Problem Description

Compiled MP native image from quickstart. When invoking health, always DOWN.
Result:

{"outcome":"DOWN","status":"DOWN","checks":[{"name":"deadlock","state":"DOWN","status":"DOWN"}]}
@tomas-langer tomas-langer added bug Something isn't working health 2.x Issues for 2.x version branch native-image labels May 13, 2020
@tomas-langer
Copy link
Member Author

Used CLI to create and build the project.

@m0mus m0mus added this to the 2.0.0 milestone May 14, 2020
@m0mus m0mus added the P1 label May 14, 2020
@tomas-langer tomas-langer self-assigned this May 14, 2020
@tomas-langer tomas-langer linked a pull request May 16, 2020 that will close this issue
@tomas-langer
Copy link
Member Author

Fixed HealthSupport builder that used Set instead of a List.
Changed Deadlock to send UP in native-image always.
Tested with Hotspot and Native image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch bug Something isn't working health native-image P1
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants