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

Mark Miller commented on SOLR-4577:
-----------------------------------

Thanks for the feedback Shawn. SOLR-4576 will solve the top level case - an 
error there will cause an exception.

Here is what I currently have for a response format:

{noformat}
  {responseHeader={status=0,QTime=3063},
  failure={127.0.0.1:49301_vipe%2Fx=org.apache.solr.common.SolrException:Error 
CREATEing SolrCore 'halfcollection_shard1_replica1': Core with name 
'halfcollection_shard1_replica1' already exists.},
  
success={127.0.0.1:41247_vipe%2Fx={responseHeader={status=0,QTime=3029},core=halfcollection_shard2_replica1,saved=/tmp/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363283260454/solr.xml}}}
{noformat}
                
> The collections API should return responses (sucess or failure) for each node 
> it attempts to work with.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4577
>                 URL: https://issues.apache.org/jira/browse/SOLR-4577
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 4.3, 5.0
>
>
> This is when the command itself is successful on the node, but then we need a 
> report of the sub command result on each node.
> There is some code that sort of attempts to do this that came in with the 
> collection api response contribution, but it's not really working currently.

--
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

Reply via email to