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

Deprecate sorting in reindex (#49458) #49738

Merged

Conversation

henningandersen
Copy link
Contributor

Reindex sort never gave a guarantee about the order of documents being
indexed into the destination, though it could give a sense of locality
of source data.

It prevents us from doing resilient reindex and other optimizations and
it has therefore been deprecated.

Related to #47567

Reindex sort never gave a guarantee about the order of documents being
indexed into the destination, though it could give a sense of locality
of source data.

It prevents us from doing resilient reindex and other optimizations and
it has therefore been deprecated.

Related to elastic#47567
@henningandersen henningandersen added backport :Distributed/Reindex Issues relating to reindex that are not caused by issues further down v7.6.0 labels Dec 1, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Reindex)

@henningandersen henningandersen merged commit 5adb33e into elastic:7.x Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed/Reindex Issues relating to reindex that are not caused by issues further down v7.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants