Skip to content

Conversation

@ldematte
Copy link
Contributor

Today we determine whether bootstrap checks are enforced (in production builds) based on whether a non-loopback address is configured.

This PR we should expand that to also not enforce bootstrap checks when a snapshot build is used, so that is enforceLimits = non-loopback && non-snapshot

Fixes #118328

@ldematte ldematte requested review from ChrisHegarty and rjernst May 26, 2025 08:58
@ldematte ldematte requested a review from a team as a code owner May 26, 2025 08:58
@ldematte ldematte added >non-issue :Core/Infra/Core Core issues without another label auto-backport Automatically create backport pull requests when merged v8.19.0 v9.1.0 labels May 26, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label May 26, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

Copy link
Contributor

@mosche mosche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ldematte ldematte enabled auto-merge (squash) May 27, 2025 08:20
@ldematte ldematte merged commit 0e3f379 into elastic:main May 27, 2025
17 of 18 checks passed
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.19

ldematte added a commit to ldematte/elasticsearch that referenced this pull request May 27, 2025
Today we determine whether bootstrap checks are enforced (in production builds) based on whether a non-loopback address is configured.

This PR we should expand that to also not enforce bootstrap checks when a snapshot build is used, so that is enforceLimits = non-loopback && non-snapshot

Fixes elastic#118328
elasticsearchmachine pushed a commit that referenced this pull request May 27, 2025
Today we determine whether bootstrap checks are enforced (in production builds) based on whether a non-loopback address is configured.

This PR we should expand that to also not enforce bootstrap checks when a snapshot build is used, so that is enforceLimits = non-loopback && non-snapshot

Fixes #118328
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.19.0 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow to bind to the host address with JDK EA builds

3 participants