Skip to content

Deprecate sorting in reindex (#49458)#49738

Merged
henningandersen merged 1 commit intoelastic:7.xfrom
henningandersen:deprecate_reindex_sort_7x
Dec 1, 2019
Merged

Deprecate sorting in reindex (#49458)#49738
henningandersen merged 1 commit intoelastic:7.xfrom
henningandersen:deprecate_reindex_sort_7x

Conversation

@henningandersen
Copy link
Copy Markdown
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
Copy Markdown
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