Skip to content

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Oct 21, 2025

Backports the following commits to 9.2:

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 the :Core/Infra/Node Lifecycle Node startup, bootstrapping, and shutdown label Oct 21, 2025
@rjernst rjernst requested a review from a team as a code owner October 21, 2025 22:58
@rjernst rjernst added >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 :Core/Infra/Node Lifecycle Node startup, bootstrapping, and shutdown labels Oct 21, 2025
@elasticsearchmachine elasticsearchmachine merged commit 528a68b into elastic:9.2 Oct 22, 2025
34 checks passed
@rjernst rjernst deleted the backport/9.2/pr-136729 branch October 22, 2025 00:02
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 v9.2.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants