Skip to content

Conversation

@PeteGillinElastic
Copy link
Member

@PeteGillinElastic PeteGillinElastic commented Nov 25, 2025

This is not used yet, but several related streams of work will be hidden behind it until they are ready for production.

Closes elastic/elasticsearch-team#2084

This is not used yet, but several related streams of work will be
hidden behind it until they are ready for production.
@PeteGillinElastic PeteGillinElastic added >non-issue :Distributed Indexing/Reindex Issues relating to reindex that are not caused by issues further down labels Nov 25, 2025
@elasticsearchmachine elasticsearchmachine added Team:Distributed Indexing Meta label for Distributed Indexing team v9.3.0 labels Nov 25, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing)

/**
* A {@link FeatureFlag} to guard the work to make reindex more resilient while it is under development.
*/
static final FeatureFlag REINDEX_RESILIENCE_FEATURE_FLAG = new FeatureFlag("reindex_resilience");
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I have seem usage like this which looks neat.

Copy link
Member Author

@PeteGillinElastic PeteGillinElastic Nov 25, 2025

Choose a reason for hiding this comment

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

That's a good idea. We're never going to do anything other than call isEnabled() on it, so it makes the call sites nicer to just be able to reference the boolean. So I've done that, please LMK how it looks to you.

Copy link
Contributor

@samxbr samxbr left a comment

Choose a reason for hiding this comment

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

LGTM

@PeteGillinElastic PeteGillinElastic enabled auto-merge (squash) November 26, 2025 09:53
@PeteGillinElastic PeteGillinElastic merged commit 59f9837 into elastic:main Nov 26, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed Indexing/Reindex Issues relating to reindex that are not caused by issues further down >non-issue Team:Distributed Indexing Meta label for Distributed Indexing team v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants