OpenSearch/modules/rank-eval
Daniel Mitterdorfer ccbe80c3a0
Introduce durability of circuit breaking exception
With this commit we differentiate between permanent circuit breaking
exceptions (which require intervention from an operator and should not
be automatically retried) and transient ones (which may heal themselves
eventually and should be retried). Furthermore, the parent circuit
breaker will categorize a circuit breaking exception as either transient
or permanent based on the categorization of memory usage of its child
circuit breakers.

Closes #31986
Relates #34460
2018-11-02 13:12:44 +01:00
..
src Introduce durability of circuit breaking exception 2018-11-02 13:12:44 +01:00
build.gradle Rankeval: Fold template test project into main module (#31203) 2018-06-15 15:55:39 +02:00