mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
2f37f40171
This commit introduces CPU based circuit breaker. This circuit breaker tracks the average CPU load per minute and triggers if the value exceeds a configurable value. This commit also adds a specific control flag for Memory Circuit Breaker to allow enabling/disabling the same.