You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Molloy (JIRA)" <ji...@apache.org> on 2014/12/09 15:20:13 UTC

[jira] [Created] (SOLR-6831) Make facet pivots respect timeout from SolrQueryTimeoutImpl

Steve Molloy created SOLR-6831:
----------------------------------

             Summary: Make facet pivots respect timeout from SolrQueryTimeoutImpl
                 Key: SOLR-6831
                 URL: https://issues.apache.org/jira/browse/SOLR-6831
             Project: Solr
          Issue Type: Bug
            Reporter: Steve Molloy


SOLR-5986 allows most queries to timeout cleanly using the ExitableDirectoryReader. In the case of facet pivots though, the exception is caught in SolrIndexSearcher's getDocSetNC while building pivots, resulting in numerous lookups, most of which failing, but overall still running for a long time and eating up resources. It should respect the timeAllowed just like any other request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org