janhoy commented on PR #1905:
URL: https://github.com/apache/solr/pull/1905#issuecomment-1711690475

   @atris feel free to weigh in here. The intention is to get fewer "false 
positive" request rejections due to short spikes. Now there will be some delay 
(0-30s) from heavy memory pressure starts until the breaker starts tripping, 
and likewise some time before we allow requests again after cooling down. So if 
the client implements some kind of exponential backoff logic on receipt of HTTP 
429 errors, the system will stabilize right under the memory threshold. If they 
don't, it will be an oscillating pattern on and off, but hopefully give Solr 
time to recover in between.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to