Conversation
|
The above tidy/spotless check does not reproduce locally for me. Neither running |
* SOLR-17140 - provide extensible query limit concept. This replaces SolrQueryTimeoutImpl.java with a much simpler SolrTimeLimit and provides a QueryLimits class to allow addition of additional types of limits. (see also SOLR-17138) * SOLR-17140 ensure we always have limits. SolrRequestInfo is created by HttpSolrCall, so any code path not flowing through that needs to ensure SolrRequestInfo if it wants to use limit functionality. * SOLR-17140 Limits should not be lost if we push a new request onto the stack. This makes it difficult to change limits for sub-requests, but I'm not convinced that such a thing makes sense anyway. (cherry picked from commit 07f6549)
|
I cannot reproduce either, strange. Maybe open a new JIRA for that precommit failure and proceed with this one? |
7a9969e to
ab4296e
Compare
I figured it out @epugh pushed stuff while I was working, and has since pushed a fix. Concurrency issues. There's also a broken PostTool test now (locally), but I'm pretty clear that this isn't my issue so I'll just merge this through so long as the latest run doesn't fail on anything else. |
|
I am working on unmessing up branch_9x with post tool.. Sigh.... |
https://issues.apache.org/jira/browse/SOLR-17140