mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 11:35:14 +00:00
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.