분류 전체보기
-
[ elasticsearch] HTTP content length exceeded 104857600 bytes.프로그래밍/검색 2015. 1. 13. 00:13
When I tried to bulk index with large size of file, it fails with the following message in log. #vi elasticsearch.log org.elasticsearch.common.netty.handler.codec.frame.TooLongFrameException: HTTP content length exceeded 104857600 bytes. at org.elasticsearch.common.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:169) at org.elasticsearch.common.netty.channel..
-
[ 엘라스틱서치] HTTP content length exceeded 104857600 bytes.프로그래밍/검색 2015. 1. 12. 23:49
엘라스틱 서치 bulk index 를 하다 아래와 같이 에러가 나면서 색인이 되지 않았을 경우 #vi elasticsearch.log org.elasticsearch.common.netty.handler.codec.frame.TooLongFrameException: HTTP content length exceeded 104857600 bytes. at org.elasticsearch.common.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:169) at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstrea..