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

Can't use automatic slicing in a reindex operation #706

Closed
semafor opened this issue Feb 13, 2018 · 2 comments
Closed

Can't use automatic slicing in a reindex operation #706

semafor opened this issue Feb 13, 2018 · 2 comments

Comments

@semafor
Copy link

semafor commented Feb 13, 2018

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.

@olivere
Copy link
Owner

olivere commented Feb 13, 2018

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
@olivere
Copy link
Owner

olivere commented Feb 14, 2018

I've added support for this in v5.0.64 and v6.1.7. Thanks for your support.

@olivere olivere closed this as completed Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants