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

Use lazy values to initialized HealthSupport FT handlers #5147

Merged
merged 2 commits into from
Oct 11, 2022

Conversation

spericas
Copy link
Member

Early initialization of these handlers may result in improperly configured FT thread pools. Thread pool sizes may be overridden by the FT CDI extension which isn't guaranteed to run before the Health CDI extension. New test.

…alization of these handlers may result in improperly configured FT thread pools. Thread pool sizes may be overridden by the FT CDI extension which isn't guaranteed to run before the Health CDI extension. New test.
@spericas spericas added this to the 4.0.0 milestone Oct 10, 2022
@spericas spericas self-assigned this Oct 10, 2022
tjquinno
tjquinno previously approved these changes Oct 10, 2022
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas merged commit 7c09327 into helidon-io:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[4.x] Improve configuration of FT thread pools in SE/MP
2 participants