Skip to content

Remove too_many_fields upgrade check#82809

Merged
romseygeek merged 2 commits intoelastic:7.17from
romseygeek:upgrade/remove-too-many-fields-7x
Jan 20, 2022
Merged

Remove too_many_fields upgrade check#82809
romseygeek merged 2 commits intoelastic:7.17from
romseygeek:upgrade/remove-too-many-fields-7x

Conversation

@romseygeek
Copy link
Copy Markdown
Contributor

@romseygeek romseygeek commented Jan 19, 2022

This check issues a warning if the cluster contains an index that has more
than 1024 fields, and no default_field set for searching. However, the 1024
boolean clause limit is no longer relevant with #81850, and in any case this
isn't something that would have prevented a successful upgrade from 7.17 to
8.0, so we can remove the check entirely.

Fixes #81539

@romseygeek romseygeek added :Search Foundations/Mapping Index mappings, including merging and defining field types >deprecation v7.17.1 labels Jan 19, 2022
@romseygeek romseygeek self-assigned this Jan 19, 2022
@elasticmachine elasticmachine added the Team:Search Meta label for search team label Jan 19, 2022
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search (Team:Search)

@romseygeek romseygeek merged commit 520b0a0 into elastic:7.17 Jan 20, 2022
@romseygeek romseygeek deleted the upgrade/remove-too-many-fields-7x branch January 20, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>deprecation :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Meta label for search team v7.17.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants