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

BulkProcessor shouldn't indefinitely retry on client side (4xx) errors #1247

Open
ArsalanKhairani opened this issue Dec 3, 2019 · 0 comments

Comments

@ArsalanKhairani
Copy link

Which version of Elastic are you using?

[ ] elastic.v7 (for Elasticsearch 7.x)
[x] elastic.v6 (for Elasticsearch 6.x)
[ ] elastic.v5 (for Elasticsearch 5.x)
[ ] elastic.v3 (for Elasticsearch 2.x)
[ ] elastic.v2 (for Elasticsearch 1.x)

Please describe the expected behavior

In case of any client side error from ES, bulk processor shouldn't retry that request.

Please describe the actual behavior

It's retrying forever for all the errors.

Any steps to reproduce the behavior?

Generate a very large doc (> 10MB), it can cause 413 on AWS hosted ES.

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

1 participant