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 core delete-by-query implementation #10859

Closed
wants to merge 2 commits into from

Conversation

mikemccand
Copy link
Contributor

This removes the core implementation of DBQ, which is trappy because it does an unexpected refresh every time and it can create inconsistent replicas since they can delete different documents from one another and the primary. See #10067 for details.

The plan is to create a separate "scan/scroll/delete" plugin for 2.0, which will do a scan/scroll query and then bulk-delete the IDs, for users who really need DBQ but can't implement it client side on upgrade.

I left DBQ in Translog / IndexShard / InternalEngine so that on upgrade if a DBQ is in the translog it can still be applied.

On backport to 1.x I'll just add back the deprecations in the docs and public APIs.

@mikemccand mikemccand added >breaking v2.0.0-beta1 :Core/Infra/Core Core issues without another label labels Apr 28, 2015
@mikemccand mikemccand self-assigned this Apr 28, 2015
@s1monw
Copy link
Contributor

s1monw commented Apr 28, 2015

LGTM

@clintongormley clintongormley added :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. and removed :Core/Infra/Core Core issues without another label labels Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants