[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to