You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sannier Elodie (JIRA)" <ji...@apache.org> on 2013/08/28 14:12:52 UTC

[jira] [Created] (SOLR-5197) SolrCloud: 500 error with combination of debug and group in distributed search

Sannier Elodie created SOLR-5197:
------------------------------------

             Summary: SolrCloud: 500 error with combination of debug and group in distributed search
                 Key: SOLR-5197
                 URL: https://issues.apache.org/jira/browse/SOLR-5197
             Project: Solr
          Issue Type: Bug
            Reporter: Sannier Elodie
            Priority: Minor


With SolrCloud 4.4.0 with two shards, when grouping on a field
and using the "debug" parameter in distributed mode, there is a 500 error.

http://localhost:8983/solr/select?q=*:*&group=true&group.field=popularity&debug=true
(idem with debug=timing, query or results)

<response>
<lst name="responseHeader">
<int name="status">500</int>
<int name="QTime">109</int>
<lst name="params">
<str name="q">*:*</str>
<str name="group.field">popularity</str>
<str name="debug">true</str>
<str name="group">true</str>
</lst>
</lst>
<lst name="error">
<str name="msg">
Server at http://10.76.76.157:8983/solr/collection1 returned non ok status:500, message:Server Error
</str>
<str name="trace">
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://10.76.76.157:8983/solr/collection1 returned non ok status:500, message:Server Error at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) at org.apache.solr.handler.component.HttpShardHandler$1.call(HttpShardHandler.java:156) at org.apache.solr.handler.component.HttpShardHandler$1.call(HttpShardHandler.java:119) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679)
</str>
<int name="code">500</int>
</lst>
</response>

see http://markmail.org/thread/gauat2zdkxm6ldjx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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