-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't use automatic slicing in a reindex operation #706
Comments
Yep. Looks like I've missed that. |
semafor
pushed a commit
to semafor/elastic
that referenced
this issue
Feb 13, 2018
olivere
added a commit
that referenced
this issue
Feb 14, 2018
As of Elasticsearch 5.1, there is a support for automatically slicing the reindexing task. See https://www.elastic.co/guide/en/elasticsearch/reference/5.1/docs-reindex.html#docs-reindex-automatic-slice for details. This commit supports the setting for the v5 branch. See #706
olivere
added a commit
that referenced
this issue
Feb 14, 2018
As of Elasticsearch 5.1, there is a support for automatically slicing the reindexing task. See https://www.elastic.co/guide/en/elasticsearch/reference/6.1/docs-reindex.html#docs-reindex-automatic-slice for details. This commit supports the setting for the v6 branch. See #706
I've added support for this in v5.0.64 and v6.1.7. Thanks for your support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which version of Elastic are you using?
[x] elastic.v5 (for Elasticsearch 5.x)
[x] elastic.v6 (for Elasticsearch 6.x)
Please describe the expected behavior
Elastic has, since 5.1, supported automatic slicing, and olivere/elastic should trivially support this.
Please describe the actual behavior
I can't find support in olivere/elastic for this.
The text was updated successfully, but these errors were encountered: