elasticsearch-learning-to-rank icon indicating copy to clipboard operation
elasticsearch-learning-to-rank copied to clipboard

Add memory circuit breaker

Open jngz-es opened this issue 4 years ago • 2 comments

I'd like to add memory circuit breaker on LTR memory usage to not impact the cluster availability, like ingestion function, when the system memory usage is high.

jngz-es avatar May 06 '20 02:05 jngz-es

This seems like a smart thing to do, what would be the behavior when memory usage is too high?

nathancday avatar May 15 '20 13:05 nathancday

What I am thinking is rejecting APIs which consume memory like create model/feature set etc.

jngz-es avatar May 19 '20 17:05 jngz-es