Class CrankyCircuitBreakerService

java.lang.Object
org.elasticsearch.indices.breaker.CircuitBreakerService
org.elasticsearch.indices.CrankyCircuitBreakerService

public class CrankyCircuitBreakerService extends CircuitBreakerService
CircuitBreakerService that fails one twentieth of the time when you add bytes. This is useful to make sure code responds sensibly to circuit breaks at unpredictable times.