Package org.apache.solr.util.circuitbreaker
Support for triggering exceptions on excessive resource usage
-
Class Summary Class Description CircuitBreaker Default class to define circuit breakers for Solr.CircuitBreaker.CircuitBreakerConfig CircuitBreakerManager Manages all registered circuit breaker instances.CPUCircuitBreaker Tracks current CPU usage and triggers if the specified threshold is breached.MemoryCircuitBreaker Tracks the current JVM heap usage and triggers if it exceeds the defined percentage of the maximum heap size allocated to the JVM.