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

2013-12-16 Thread Gabriel Ripoche (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13849242#comment-13849242
 ] 

Gabriel Ripoche commented on SOLR-5197:
---

This should be solved by SOLR-5438.

 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=truegroup.field=popularitydebug=true
 (idem with debug=timing, query or results)
 response
 lst name=responseHeader
 int name=status500/int
 int name=QTime109/int
 lst name=params
 str name=q*:*/str
 str name=group.fieldpopularity/str
 str name=debugtrue/str
 str name=grouptrue/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=code500/int
 /lst
 /response
 see http://markmail.org/thread/gauat2zdkxm6ldjx



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



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

2013-09-02 Thread Sannier Elodie (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755949#comment-13755949
 ] 

Sannier Elodie commented on SOLR-5197:
--

Group works fine without the debug parameter.



 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=truegroup.field=popularitydebug=true
 (idem with debug=timing, query or results)
 response
 lst name=responseHeader
 int name=status500/int
 int name=QTime109/int
 lst name=params
 str name=q*:*/str
 str name=group.fieldpopularity/str
 str name=debugtrue/str
 str name=grouptrue/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=code500/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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2013-08-30 Thread grace hopper (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755133#comment-13755133
 ] 

grace hopper commented on SOLR-5197:


I'm getting this error for group by both with and without the debug parameter. 
Does your group by work fine without the debug parameter? 

 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=truegroup.field=popularitydebug=true
 (idem with debug=timing, query or results)
 response
 lst name=responseHeader
 int name=status500/int
 int name=QTime109/int
 lst name=params
 str name=q*:*/str
 str name=group.fieldpopularity/str
 str name=debugtrue/str
 str name=grouptrue/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=code500/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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org