Skip to content
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

[7.x] Ensure system index upgrade mechanism can handle integer _meta.verion (#75383) #75397

Merged

Conversation

elasticsearchmachine
Copy link
Collaborator

Backports the following commits to 7.x:

…elastic#75383)

Some system indices, such as .tasks, had integer _meta.version
properties before we switched to using an Elasticsearch version there.
This commit ensures the code that reads the _meta.version from the
mapping can handle integers as well as "real" versions.
@gwbrown gwbrown added auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) v7.15.0 and removed v7.15.0 labels Jul 15, 2021
@gwbrown
Copy link
Contributor

gwbrown commented Jul 15, 2021

Failure is #75221.

@elasticmachine run elasticsearch-ci/part-1

@gwbrown
Copy link
Contributor

gwbrown commented Jul 15, 2021

@elasticmachine run elasticsearch-ci/part-1

@elasticsearchmachine elasticsearchmachine merged commit 470b6c9 into elastic:7.x Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v7.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants