mattbaird/elastigo

HTTP content length exceeded

hoffoo opened this issue · 1 comments

Hi,

I am seeing this exception when using the BulkAPI: org.elasticsearch.common.netty.handler.codec.frame.TooLongFrameException: HTTP content length exceeded 104857600 bytes.

It seems to be related to this: elastic/elasticsearch#2237

The accepted suggestion seems to be "break the bulk requests yourself to chunks.". I have fairly strict limits set (BulkMaxBuffer is .5 mb and BulkMaxDocs is 10000). I am wondering why with these settings it still seems to go to 104857600 bytes when flushing.

Thanks!

I am sorry, i was completely wrong about this exception, it was not caused by your library