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

Remove xpack actions for the flattened field. #53076

Merged
merged 4 commits into from
Mar 4, 2020

Conversation

jtibshirani
Copy link
Contributor

@jtibshirani jtibshirani commented Mar 3, 2020

The current consensus is that we don't need info actions for smaller items like
field mappers. We can also remove the usage action since the cluster stats API
now tracks information about mappings, like what field types are defined.

Relates to #53071 and #51260.

The current consensus is that we don't need info actions for smaller items like
field mappers. We can also remove the usage action since the cluster stats API
now tracks information about mappings, like what field types are defined.
@jtibshirani jtibshirani added >breaking :Search Foundations/Mapping Index mappings, including merging and defining field types >refactoring v8.0.0 labels Mar 3, 2020
@elasticmachine
Copy link
Collaborator

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

Copy link
Contributor

@jpountz jpountz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I was going to talk to you about removing those today, but you've been too fast!

@jtibshirani
Copy link
Contributor Author

Thanks @jpountz ! A note that I only plan to commit to master, since it's a breaking change.

@jtibshirani jtibshirani merged commit 90b723b into elastic:master Mar 4, 2020
@jtibshirani jtibshirani deleted the flattened-xpack-actions branch March 4, 2020 16:35
@jpountz
Copy link
Contributor

jpountz commented Mar 4, 2020

Yes, I checked the version labels when reviewing, this makes sense to me.

mayya-sharipova added a commit to mayya-sharipova/elasticsearch that referenced this pull request Jul 7, 2021
We have already decided not to have xpack usage for field mappers
(see elastic#53076). As mappings stats of all fields is already tracked
in cluster stats.
Moreover xpack usage for vector field is a quite expensive operation
(see elastic#74974).

This removes xpack actions for vector field.
mayya-sharipova added a commit that referenced this pull request Jul 13, 2021
We have already decided not to have xpack usage for field mappers
(see #53076). As mappings stats of all fields is already tracked
in cluster stats.
Moreover xpack usage for vector field is a quite expensive operation
(see #74974).

This removes xpack actions for vector field.
mayya-sharipova added a commit to mayya-sharipova/elasticsearch that referenced this pull request Jul 13, 2021
We have already decided not to have xpack usage for field mappers
(see elastic#53076). As mappings stats of all fields is already tracked
in cluster stats.
Moreover xpack usage for vector field is a quite expensive operation
(see elastic#74974).

This removes xpack actions for vector field.

Backport for elastic#75017
mayya-sharipova added a commit that referenced this pull request Jul 13, 2021
We have already decided not to have xpack usage for field mappers
(see #53076). As mappings stats of all fields is already tracked
in cluster stats.
Moreover xpack usage for vector field is a quite expensive operation
(see #74974).

This removes xpack actions for vector field.

Backport for #75017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking >refactoring :Search Foundations/Mapping Index mappings, including merging and defining field types v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants