-
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
Remove prefer_v2_templates flag on indexing operations #56528
Labels
blocker
>bug
:Data Management/Indices APIs
APIs to create and manage indices and templates
Team:Data Management
Meta label for data/management team
Comments
dakrone
added
>bug
:Data Management/Indices APIs
APIs to create and manage indices and templates
labels
May 11, 2020
Pinging @elastic/es-core-features (:Core/Features/Indices APIs) |
elasticmachine
added
the
Team:Data Management
Meta label for data/management team
label
May 11, 2020
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to elastic#53101 Resolves elastic#56528 This is not a breaking change because this flag was never in a released version.
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to elastic#53101 Resolves elastic#56528 This is not a breaking change because this flag was never in a released version.
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to elastic#53101 Resolves elastic#56528 This is not a breaking change because this flag was never in a released version.
dakrone
added a commit
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to #53101 Resolves #56528 This is not a breaking change because this flag was never in a released version.
dakrone
added a commit
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to #53101 Resolves #56528 This is not a breaking change because this flag was never in a released version.
dakrone
added a commit
that referenced
this issue
May 11, 2020
This commit removes the `prefer_v2_templates` flag and setting. This was a brief setting that allowed specifying whether V1 or V2 template should be used when an index is created. It has been removed in favor of V2 templates always having priority. Relates to #53101 Resolves #56528 This is not a breaking change because this flag was never in a released version.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocker
>bug
:Data Management/Indices APIs
APIs to create and manage indices and templates
Team:Data Management
Meta label for data/management team
After careful decision we decided to remove the
?prefer_v2_templates
flag introduced in #55411, instead we will consider addition of a V2 index template opting into the newer behavior.To that end, we need to remove all the cases of the
prefer_v2_templates
query string parameter and its effect from the 7.8+ code.The text was updated successfully, but these errors were encountered: