You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/02 15:49:00 UTC

[jira] [Commented] (SOLR-6156) Exception while using group with timeAllowed on SolrCloud.

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

ASF subversion and git services commented on SOLR-6156:
-------------------------------------------------------

Commit 9d33530da1e52236326491cfb27e024be6dbd853 in solr's branch refs/heads/main from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=9d33530 ]

SOLR-6156: Fix NullPointerException if group.field grouping is used with rows=0 and timeAllowed (#248)



> Exception while using group with timeAllowed on SolrCloud.
> ----------------------------------------------------------
>
>                 Key: SOLR-6156
>                 URL: https://issues.apache.org/jira/browse/SOLR-6156
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Modassar Ather
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Following exception is thrown when using grouping with timeAllowed. Solr version used is 4.8.0.
> SEVERE: null:org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.lang.NullPointerException
>         at org.apache.lucene.search.TimeLimitingCollector.setNextReader(TimeLimitingCollector.java:158)
>         at org.apache.lucene.search.MultiCollector.setNextReader(MultiCollector.java:113)
>         at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
>         at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:297)
>         at org.apache.solr.search.grouping.CommandHandler.searchWithTimeLimiter(CommandHandler.java:219)
>         at org.apache.solr.search.grouping.CommandHandler.execute(CommandHandler.java:156)
>         at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:338)
>         at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:218)
>         at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:1952)
>         at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:774)
>         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
>         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207) 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org