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

Christine Poerschke commented on SOLR-5233:
-------------------------------------------

>From looking at the code, OverseerCollectionProcessor.java, in deleteShard 
>it's a copy/paste problem and a few of the _message.getStr("name")_ need to be 
>_sliceId_ and _sliceId_ as well as _collection_ needs to be passed as part of 
>the _Overseer.REMOVESHARD_ operation.
                
> admin/collections?action=DELETESHARD broken
> -------------------------------------------
>
>                 Key: SOLR-5233
>                 URL: https://issues.apache.org/jira/browse/SOLR-5233
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.4
>            Reporter: Christine Poerschke
>
> The problem we saw was that deleting a shard did not actually delete it, 
> although it semi-claimed to have done so.
> {noformat} 
> ...
> o.a.s.c.OverseerCollectionProcessor [OverseerCollectionProcessor.java:723]
> Delete shard invoked
> ...
> o.a.s.c.OverseerCollectionProcessor [OverseerCollectionProcessor.java:781]
> Successfully deleted collection collection1, shard: null
> ...
> {noformat} 

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