-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Elasticsearch version to 9.0.0 #112570
Merged
Merged
Conversation
This file contains 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
# Conflicts: # build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/LegacyYamlRestCompatTestPluginFuncTest.groovy
# Conflicts: # .buildkite/pipelines/intake.yml # .buildkite/pipelines/periodic.yml # .ci/snapshotBwcVersions
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
merge conflict between base and head |
v1v
added a commit
to v1v/elasticsearch
that referenced
this pull request
Sep 12, 2024
…tion-ironbank-ubi * upstream/main: (302 commits) Deduplicate BucketOrder when deserializing (elastic#112707) Introduce test utils for ingest pipelines (elastic#112733) [Test] Account for auto-repairing for shard gen file (elastic#112778) Do not throw in task enqueued by CancellableRunner (elastic#112780) Mute org.elasticsearch.script.StatsSummaryTests testEqualsAndHashCode elastic#112439 Mute org.elasticsearch.repositories.blobstore.testkit.integrity.RepositoryVerifyIntegrityIT testTransportException elastic#112779 Use a dedicated test executor in MockTransportService (elastic#112748) Estimate segment field usages (elastic#112760) (Doc+) Inference Pipeline ignores Mapping Analyzers (elastic#112522) Fix verifyVersions task (elastic#112765) (Doc+) Terminating Exit Codes (elastic#112530) (Doc+) CAT Nodes default columns (elastic#112715) [DOCS] Augment installation warnings (elastic#112756) Mute org.elasticsearch.repositories.blobstore.testkit.integrity.RepositoryVerifyIntegrityIT testCorruption elastic#112769 Bump Elasticsearch to a minimum of JDK 21 (elastic#112252) ESQL: Compute support for filtering ungrouped aggs (elastic#112717) Bump Elasticsearch version to 9.0.0 (elastic#112570) add CDR related data streams to kibana_system priviliges (elastic#112655) Support widening of numeric types in union-types (elastic#112610) Introduce data stream options and failure store configuration classes (elastic#109515) ...
davidkyle
pushed a commit
that referenced
this pull request
Sep 12, 2024
cbuescher
added a commit
that referenced
this pull request
Dec 19, 2024
This test has been removed with #112570 but with the coming read-only support for v7 we need it back.
cbuescher
added a commit
to cbuescher/elasticsearch
that referenced
this pull request
Dec 19, 2024
This test has been removed with elastic#112570 but with the coming read-only support for v7 we need it back.
cbuescher
added a commit
that referenced
this pull request
Dec 19, 2024
This test has been removed with #112570 but with the coming read-only support for v7 we need it back.
cbuescher
added a commit
to cbuescher/elasticsearch
that referenced
this pull request
Dec 19, 2024
This test was removed with elastic#112570 but needs to be added back with the read-only support for v7 indices.
cbuescher
added a commit
that referenced
this pull request
Dec 19, 2024
This test was removed with #112570 but needs to be added back with the read-only support for v7 indices.
navarone-feekery
pushed a commit
to navarone-feekery/elasticsearch
that referenced
this pull request
Dec 26, 2024
This test has been removed with elastic#112570 but with the coming read-only support for v7 we need it back.
navarone-feekery
pushed a commit
to navarone-feekery/elasticsearch
that referenced
this pull request
Dec 26, 2024
This test has been removed with elastic#112570 but with the coming read-only support for v7 we need it back.
navarone-feekery
pushed a commit
to navarone-feekery/elasticsearch
that referenced
this pull request
Dec 26, 2024
This test was removed with elastic#112570 but needs to be added back with the read-only support for v7 indices.
cbuescher
added a commit
to cbuescher/elasticsearch
that referenced
this pull request
Jan 21, 2025
Reintroduce tests deleted via elastic#112570 that test that we can still parse mappings form version 7 that disable the _field_names field.
cbuescher
added a commit
that referenced
this pull request
Jan 21, 2025
Reintroduce tests deleted via #112570 that test that we can still parse mappings form version 7 that disable the _field_names field.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Delivery/Build
Build or test infrastructure
:Delivery/Packaging
RPM and deb packaging, tar and zip archives, shell and batch scripts
>refactoring
Team:Delivery
Meta label for Delivery team
test-full-bwc
Trigger full BWC version matrix tests
test-update-serverless
v8.16.0
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.
This is the initial work to bump the Elasticsearch version to 9.0 in preparation for our next major version release.
What this pull request includes
main
, the currentmain
will be branched to8.x
. Back compat testing will now checkout the8.x
branch for testing that snapshot version.8.16.0
. This is now determined dynamically based on known versions so no further changes should be necessary when8.x
is bumped to8.17
.8.x
branch. These are effectively identical to those inmain
so all existing rest compat overrides and transforms have been removed.V_8_0_0
and all references in tests to index versions earlier to this have either been removed, or the test muted. This should mean that we can start wiping out production references to these versions, or replace them with placeholders, without affecting tests.@UpdateForV9
for later investigation.What this pull request does not include
V_7_17_0
. This will be bumped in a follow up.V_8
. A constant has been added forV_9
but is not used. Also, the bootstrap check to ensure the current REST API version matches the current major version has been disabled. This will need to be re-enabled once the REST API version is incremented.Native ML code is still version 8.16.0. We do not yet have 9.0 snapshot builds of ml-cpp, so this will need to be updated in a follow up.(done in this PR)