-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Caused by: org.apache.http.ContentTooLongException: entity content is too long [107962506] for the configured buffer limit [104857600] #83
Comments
Hi, thanks for reporting this. Are you able to share the full stack trace below the error? Dario |
the error info full stack is : |
@DarioBalinzo hi , you know how to resolve this problem. i have changed elasticsearch-rest-client and elasticsearch-rest-high-level-client to different version |
i have resolve this problem by modifying source code.... |
For anyone else facing this issue it can also be resolved by using the "batch.max.rows" config option for the connector to limit the number of documents received per request. defaults to 10000 and setting this to 5000 solved the issue for me (as seen in last row of config. { |
i meet this problem, but i don’t know how to modify this param... i am using 1.3 verison
The text was updated successfully, but these errors were encountered: