Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit log message when parent circuit breaker trips (#47000)
We emit a debug log message whenever a child circuit breaker trips (in `ChildMemoryCircuitBreaker#circuitBreak(String, long)`) but we never emit a log message when the parent circuit breaker trips. As this is more likely to happen with the real memory circuit breaker it is not possible to detect this in the logs. With this commit we add a log message on the same log level (debug) when the parent circuit breaker trips.
- Loading branch information