Would Data Too Large CiricuitBreakingException cause a node to go down?

Currently running Elasticsearch 7.0.1

Going through some logging data after being reported that a node has failed / the search application is not working. I m currently seeing a lot of CircuitBreakingException, Data too large, data for [<transport_request>]. Would this be the reason the node is going down?

The closest other information I could find about is this discussion.
What does this error mean, data for [<transport_request>]

Where it looks like upgrading to 7.5 was the solution but that might not be possible in the short term.

Would changing the JVM options help in this case? such as the, -Xms60g, -Xmx60g, values?

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