CircuitBreakingException in elasticsearch

Hi Experts

Below are the error logs of elasticsearch and logstash any one please help me in this.

Elasticserach 6.x Logs ------>

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[2019-08-26T09:47:30,920][WARN ][r.suppressed ] [5PHAgeR] path: /_bulk, params: {}
org.elasticsearch.common.breaker.CircuitBreakingException: [parent] Data too large, data for [<http_request>] would be [2242659193/2gb], which is larger than the limit of [2242655027/2gb], usages [request=0/0b, fielddata=0/0b, in_flight_requests=151303/147.7kb, accounting=2242507890/2gb]
at org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService.checkParentLimit(HierarchyCircuitBreakerService.java:262) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker.addEstimateBytesAndMaybeBreak(ChildMemoryCircuitBreaker.java:128) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:232) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.rest.RestController.tryAllHandlers(RestController.java:336) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.rest.RestController.dispatchRequest(RestController.java:174) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.http.netty4.Netty4HttpServerTransport.dispatchRequest(Netty4HttpServerTransport.java:551) [transport-netty4-client-6.7.1.jar:6.7.1]
at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.channelRead0(Netty4HttpRequestHandler.java:137) [transport-netty4-client-6.7.1.jar:6.7.1]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler.channelRead(HttpPipeliningHandler.java:68) [transport-netty4-client-6.7.1.jar:6.7.1]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.32.Final.jar:4.1.32.Final]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) [netty-codec-4.1.32.Final.jar:4.1.32.Final]

Logstash logs ----->

[2019-08-26T09:34:49,789][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:34:50,777][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:34:51,801][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:34:55,814][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:34:58,786][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:35:03,826][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:35:14,796][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:35:19,838][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:35:46,807][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}
[2019-08-26T09:35:51,851][ERROR][logstash.outputs.elasticsearch] Encountered a retryable error. Will Retry with exponential backoff {:code=>503, :url=>"http://localhost:9200/_bulk"}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.