Re: [PR] SOLR-17277: Add 'warnOnly' mode to CircuitBreakers [solr]

2024-05-28 Thread via GitHub
gerlowskija merged PR #2476: URL: https://github.com/apache/solr/pull/2476 -- 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.apach

Re: [PR] SOLR-17277: Add 'warnOnly' mode to CircuitBreakers [solr]

2024-05-23 Thread via GitHub
gerlowskija commented on PR #2476: URL: https://github.com/apache/solr/pull/2476#issuecomment-2127110088 Still needs ref-guide docs, but otherwise this is "ready". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] SOLR-17277: Add 'warnOnly' mode to CircuitBreakers [solr]

2024-05-23 Thread via GitHub
gerlowskija opened a new pull request, #2476: URL: https://github.com/apache/solr/pull/2476 Tripped soft (i.e. 'warnOnly=true') breakers are logged in a single message for each request, whether or not there are any 'hard' breakers that will ultimately block the request from proceeding.