Skip to content

Conversation

@DaveCTurner
Copy link
Contributor

Resetting a feature state involves several master-node actions. Today
these actions cannot access the timeout specified in the original REST
request, so they must invent their own timeouts. In practice they all
use the (trappy) default timeout of 30s, which may be too short for some
situations. This commit adds the plumbing needed to pass the timeout
from the REST request down to a place where it can be accessed by the
individual implementations, and applies it to the delete-index requests.

Relates #107984

Resetting a feature state involves several master-node actions. Today
these actions cannot access the timeout specified in the original REST
request, so they must invent their own timeouts. In practice they all
use the (trappy) default timeout of 30s, which may be too short for some
situations. This commit adds the plumbing needed to pass the timeout
from the REST request down to a place where it can be accessed by the
individual implementations, and applies it to the delete-index requests.

Relates elastic#107984
@DaveCTurner DaveCTurner requested review from a team as code owners October 20, 2025 09:04
@DaveCTurner DaveCTurner added >non-issue :Core/Infra/Core Core issues without another label v9.3.0 labels Oct 20, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Oct 20, 2025
@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

@DaveCTurner DaveCTurner merged commit 7afd97e into elastic:main Oct 20, 2025
34 checks passed
@DaveCTurner DaveCTurner deleted the 2025/10/20/reset-feature-master-node-timeout branch October 20, 2025 14:19
chrisparrinello pushed a commit to chrisparrinello/elasticsearch that referenced this pull request Oct 24, 2025
Resetting a feature state involves several master-node actions. Today
these actions cannot access the timeout specified in the original REST
request, so they must invent their own timeouts. In practice they all
use the (trappy) default timeout of 30s, which may be too short for some
situations. This commit adds the plumbing needed to pass the timeout
from the REST request down to a place where it can be accessed by the
individual implementations, and applies it to the delete-index requests.

Relates elastic#107984
fzowl pushed a commit to voyage-ai/elasticsearch that referenced this pull request Nov 3, 2025
Resetting a feature state involves several master-node actions. Today
these actions cannot access the timeout specified in the original REST
request, so they must invent their own timeouts. In practice they all
use the (trappy) default timeout of 30s, which may be too short for some
situations. This commit adds the plumbing needed to pass the timeout
from the REST request down to a place where it can be accessed by the
individual implementations, and applies it to the delete-index requests.

Relates elastic#107984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants