Create a circuit breaker that provides the ability to limit memory on a per request basis, but only for calculation being performed from that request. For example, queries that perform unique counts on buckets of buckets on large data sets can be node killers.
The result could be something like:
breaker.search.calculation.memory_used - Calculations memory used (ie. unique counts)
This issue was originally mentioned as part of #62457 .
Create a circuit breaker that provides the ability to limit memory on a per request basis, but only for calculation being performed from that request. For example, queries that perform unique counts on buckets of buckets on large data sets can be node killers.
The result could be something like:
breaker.search.calculation.memory_used- Calculations memory used (ie. unique counts)This issue was originally mentioned as part of #62457 .