What is the effect of circuit breakers limit on search queries

Hi, I am wondering what happens to the queries that hit the circuit breakers memory limit, are they discarded completely and lost forever? What is the recommended method to monitor these queries?

Does this entry from the logs indicate certain query hit the limit and was discarded?

[2022-11-13T06:27:48,570][WARN ][o.e.i.b.request          ] [elasticsearch-1] [request] New used memory 10830098704 [10gb] for data of [<reused_arrays>] would be larger than configured breaker: 10737418240 [10gb], breaking
1 Like

They are cancelled by Elasticsearch and a response is sent to the client that requested it, so it's up to that client to take appropriate action.

Yes.

1 Like

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