[ https://issues.apache.org/jira/browse/SOLR-14722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178154#comment-17178154 ]
ASF subversion and git services commented on SOLR-14722: -------------------------------------------------------- Commit 0ce2d610c2e3524b1cb819d9cd2a5e2ccb190bd0 in lucene-solr's branch refs/heads/master from David Smiley [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0ce2d61 ] SOLR-14722: timeAllowed should track from req creation (#1726) * set(long) instead of set(Long). * Fix javadocs CommonParams.TIME_ALLOWED > timeAllowed should track from the very start of the request > ----------------------------------------------------------- > > Key: SOLR-14722 > URL: https://issues.apache.org/jira/browse/SOLR-14722 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Reporter: David Smiley > Assignee: David Smiley > Priority: Minor > Time Spent: 1h 20m > Remaining Estimate: 0h > > The "timeAllowed" param starts tracking time from the moment > {{SolrQueryTimeoutImpl.set}} is called. I think it ought to track from when > the request actually started, which is {{SolrQueryRequest.getRequestTimer}}. > Lazy core loading can substantially increase the delta. Additionally, I'd > like to make some small improvements to SolrQueryTimeoutImpl to make it > easier to use. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org