Merged
Conversation
This temporarily gets us past missing codec that we attempt to load at node startup, even if we don't use it.
Conflicts: build-tools-internal/version.properties modules/analysis-common/src/test/java/org/elasticsearch/analysis/common/EdgeNGramTokenizerTests.java modules/analysis-common/src/test/java/org/elasticsearch/analysis/common/SynonymsAnalysisTests.java modules/reindex/src/internalClusterTest/java/org/elasticsearch/migration/MultiFeatureMigrationIT.java plugins/analysis-phonetic/src/test/java/org/elasticsearch/plugin/analysis/phonetic/AnalysisPhoneticFactoryTests.java qa/rolling-upgrade-legacy/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java server/src/internalClusterTest/java/org/elasticsearch/repositories/IndexSnapshotsServiceIT.java server/src/test/java/org/elasticsearch/action/admin/cluster/stats/VersionStatsTests.java server/src/test/java/org/elasticsearch/cluster/metadata/MetadataCreateIndexServiceTests.java server/src/test/java/org/elasticsearch/cluster/metadata/MetadataTests.java server/src/test/java/org/elasticsearch/index/IndexVersionTests.java server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java server/src/test/java/org/elasticsearch/index/mapper/DateFieldMapperTests.java server/src/test/java/org/elasticsearch/index/mapper/DynamicTemplatesTests.java server/src/test/java/org/elasticsearch/index/mapper/FieldNamesFieldMapperTests.java server/src/test/java/org/elasticsearch/index/mapper/ParametrizedMapperTests.java server/src/test/java/org/elasticsearch/index/mapper/vectors/BinaryDenseVectorScriptDocValuesTests.java server/src/test/java/org/elasticsearch/index/similarity/SimilarityServiceTests.java server/src/test/java/org/elasticsearch/indices/analysis/AnalysisModuleTests.java server/src/test/java/org/elasticsearch/script/VectorScoreScriptUtilsTests.java server/src/test/java/org/elasticsearch/script/field/vectors/DenseVectorTests.java test/framework/src/main/java/org/elasticsearch/index/mapper/MetadataMapperTestCase.java test/framework/src/main/java/org/elasticsearch/snapshots/AbstractSnapshotIntegTestCase.java x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/IndexDeprecationChecksTests.java x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/mapper/ShapeFieldMapperTests.java x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/query/LegacyGeoShapeWithDocValuesQueryTests.java
cbuescher
approved these changes
Oct 15, 2024
Member
cbuescher
left a comment
There was a problem hiding this comment.
I've done a final pass (non-test code only), left a few notes where I am unsure but nothing really sticks out. LGTM
Contributor
Author
|
run elasticsearch-ci/part-3-windows |
Contributor
Author
|
run elasticsearch-ci/part-1-windows |
Contributor
Author
|
run elasticsearch-ci/part-2-windows |
Contributor
Author
|
run elasticsearch-ci/part-3-windows |
Contributor
Author
|
run elasticsearch-ci/part-4-windows |
Contributor
Author
|
The checkstyle errors from windows builds are present in main too, and are being fixed by #115185 . |
Contributor
Author
|
Windows tests failed with the following which is unrelated to the changes made in this PR: The checkstyle errors on kql are also present in main, like I mentioned above. |
georgewallace
pushed a commit
to georgewallace/elasticsearch
that referenced
this pull request
Oct 25, 2024
The most relevant ES changes that upgrading to Lucene 10 requires are: - use the appropriate IOContext - Scorer / ScorerSupplier breaking changes - Regex automaton are no longer determinized by default - minimize moved to test classes - introduce Elasticsearch900Codec - adjust slicing code according to the added support for intra-segment concurrency - disable intra-segment concurrency in tests - adjust accessor methods for many Lucene classes that became a record - adapt to breaking changes in the analysis area Co-authored-by: Christoph Büscher <christophbuescher@posteo.de> Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co> Co-authored-by: ChrisHegarty <chegar999@gmail.com> Co-authored-by: Brian Seeders <brian.seeders@elastic.co> Co-authored-by: Armin Braun <me@obrown.io> Co-authored-by: Panagiotis Bailis <pmpailis@gmail.com> Co-authored-by: Benjamin Trent <4357155+benwtrent@users.noreply.github.com>
jfreden
pushed a commit
to jfreden/elasticsearch
that referenced
this pull request
Nov 4, 2024
The most relevant ES changes that upgrading to Lucene 10 requires are: - use the appropriate IOContext - Scorer / ScorerSupplier breaking changes - Regex automaton are no longer determinized by default - minimize moved to test classes - introduce Elasticsearch900Codec - adjust slicing code according to the added support for intra-segment concurrency - disable intra-segment concurrency in tests - adjust accessor methods for many Lucene classes that became a record - adapt to breaking changes in the analysis area Co-authored-by: Christoph Büscher <christophbuescher@posteo.de> Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co> Co-authored-by: ChrisHegarty <chegar999@gmail.com> Co-authored-by: Brian Seeders <brian.seeders@elastic.co> Co-authored-by: Armin Braun <me@obrown.io> Co-authored-by: Panagiotis Bailis <pmpailis@gmail.com> Co-authored-by: Benjamin Trent <4357155+benwtrent@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.