Skip to content

[8.19] Start readiness service after http is started (#136729)#136922

Merged
elasticsearchmachine merged 1 commit intoelastic:8.19from
rjernst:backport/8.19/pr-136729
Oct 21, 2025
Merged

[8.19] Start readiness service after http is started (#136729)#136922
elasticsearchmachine merged 1 commit intoelastic:8.19from
rjernst:backport/8.19/pr-136729

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Oct 21, 2025

Backports the following commits to 8.19:

The readiness service indicates when ES is ready to receive
external http requests. Yet the service does not actually check http has
been started. This commit moves the starting the readiness service to
after http has been started. Note that adding a direct dependency
between ReadinessService and HttpServerTransport would be complicated,
so the "dependency" is achieved by starting readiness almost at the end
of node startup.
@rjernst rjernst added :Core/Infra/Node Lifecycle Node startup, bootstrapping, and shutdown >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Oct 21, 2025
@elasticsearchmachine elasticsearchmachine merged commit 63ca8b8 into elastic:8.19 Oct 21, 2025
23 checks passed
@rjernst rjernst deleted the backport/8.19/pr-136729 branch October 21, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :Core/Infra/Node Lifecycle Node startup, bootstrapping, and shutdown Team:Core/Infra Meta label for core/infra team v8.19.7

2 participants