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/10 17:49:13 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14241360#comment-14241360 ] 

Steve Molloy commented on SOLR-6831:
------------------------------------

In distributed pivot facetting requests, patch for SOLR-6616 might also be needed if a lot of refinement shard requests are going on.

> 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
>         Attachments: SOLR-6831.patch
>
>
> 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