Skip to content

Conversation

cbuescher
Copy link
Member

We already fixed an issue with this in #128362 but apparently another instance of the unnecessary
determinization was hiding elsewhere and in its current state throws exceptions starting with
Lucene 10 on complext patterns.
This change adds the same fix as #128362 and adds a test that would have triggered this.

Closes #133652

We already fixed an issue with this in elastic#128362 but apparently another
instance of the unnecessary determinization was hiding elsewhere and in
its current state throws exceptions starting with Lucene 10 on complext
patterns.
This change adds the same fix as elastic#128362 and adds a test that would have
triggered this.

Closes elastic#133652
@cbuescher cbuescher added >bug :Data Management/Indices APIs APIs to create and manage indices and templates auto-backport Automatically create backport pull requests when merged v9.2.0 v9.1.4 v9.0.7 labels Sep 5, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Sep 5, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine
Copy link
Collaborator

Hi @cbuescher, I've created a changelog YAML for you.

@cbuescher cbuescher merged commit 05abf96 into elastic:main Sep 8, 2025
33 checks passed
@cbuescher
Copy link
Member Author

Thanks @smalyshev for the review.

cbuescher added a commit to cbuescher/elasticsearch that referenced this pull request Sep 8, 2025
We already fixed an issue with this in elastic#128362 but apparently another
instance of the unnecessary determinization was hiding elsewhere and in
its current state throws exceptions starting with Lucene 10 on complext
patterns.
This change adds the same fix as elastic#128362 and adds a test that would have
triggered this.

Closes elastic#133652
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
9.1
9.0

cbuescher added a commit to cbuescher/elasticsearch that referenced this pull request Sep 8, 2025
We already fixed an issue with this in elastic#128362 but apparently another
instance of the unnecessary determinization was hiding elsewhere and in
its current state throws exceptions starting with Lucene 10 on complext
patterns.
This change adds the same fix as elastic#128362 and adds a test that would have
triggered this.

Closes elastic#133652
elasticsearchmachine pushed a commit that referenced this pull request Sep 8, 2025
We already fixed an issue with this in #128362 but apparently another
instance of the unnecessary determinization was hiding elsewhere and in
its current state throws exceptions starting with Lucene 10 on complext
patterns.
This change adds the same fix as #128362 and adds a test that would have
triggered this.

Closes #133652
elasticsearchmachine pushed a commit that referenced this pull request Sep 8, 2025
)

* Fix exceptions in index pattern conflict checks (#134231)

We already fixed an issue with this in #128362 but apparently another
instance of the unnecessary determinization was hiding elsewhere and in
its current state throws exceptions starting with Lucene 10 on complext
patterns.
This change adds the same fix as #128362 and adds a test that would have
triggered this.

Closes #133652

* Fix test compilation
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 >bug :Data Management/Indices APIs APIs to create and manage indices and templates Team:Data Management Meta label for data/management team v9.0.7 v9.1.4 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

too_complex_to_determinize_exception in the index_template creation for some index patterns

3 participants