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

Christine Poerschke commented on SOLR-7011:
-------------------------------------------

https://github.com/apache/lucene-solr/pull/126 created for this.

> fix OverseerCollectionProcessor.deleteCollection removal-done check
> -------------------------------------------------------------------
>
>                 Key: SOLR-7011
>                 URL: https://issues.apache.org/jira/browse/SOLR-7011
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Christine Poerschke
>            Priority: Minor
>
> {{OverseerCollectionProcessor.java}} line 1184 has a
> {{.hasCollection(message.getStr(collection))}} call which should be either
> {{.hasCollection(message.getStr("name"))}} or
> {{.hasCollection(collection)}} instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to