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 #5146

Merged
merged 3 commits into from
Oct 10, 2022

Conversation

spericas
Copy link
Member

Use lazy values to initialized HealthSupport FT handlers. 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.

…5106)

* Use lazy values to initialized HealthSupport FT handlers. 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.

* Fixed typo in copyright.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
…d execute it in its own VM. This test can otherwise fail due to execution ordering in some cases. (helidon-io#5138)
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas added health fault-tolerance 3.x Issues for 3.x version branch labels Oct 10, 2022
@spericas spericas added this to the 3.0.2 milestone Oct 10, 2022
@spericas spericas self-assigned this Oct 10, 2022
@spericas spericas merged commit 5208b08 into helidon-io:helidon-3.x Oct 10, 2022
@spericas spericas added this to Normal priority in Backlog Oct 11, 2022
@spericas spericas linked an issue Oct 11, 2022 that may be closed by this pull request
@spericas spericas moved this from Normal priority to In Progress in Backlog Oct 11, 2022
@spericas spericas moved this from In Progress to Closed in Backlog Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch fault-tolerance health
Projects
Backlog
  
Closed
Development

Successfully merging this pull request may close these issues.

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