[jira] [Commented] (SOLR-10656) Collection re-registering after deletion

2017-05-10 Thread Victor Igumnov (JIRA)

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

Victor Igumnov commented on SOLR-10656:
---

Looks like Solr 6.5.x defaults to true for the legacyCloud option if not 
defined. Thank you for the hint on tracking it down. 

https://github.com/apache/lucene-solr/blob/branch_6_5/solr/core/src/java/org/apache/solr/cloud/Overseer.java#L760

This issue can be closed, just unexpected behavior. 

> Collection re-registering after deletion
> 
>
> Key: SOLR-10656
> URL: https://issues.apache.org/jira/browse/SOLR-10656
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCloud
>Affects Versions: 6.5.1
> Environment: Linux / Ubuntu
>Reporter: Victor Igumnov
>  Labels: bug
>
> Taking a single node down in a multi-node solr cloud cluster and then issuing 
> a delete collection command will succeed with a HTTP 200. The collection will 
> be removed from ZK and the data files removed from the active nodes. Once the 
> downed node is brought back into the cluster the deleted collection 
> re-registers it self with zookeeper and is actively queryable. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (SOLR-10656) Collection re-registering after deletion

2017-05-09 Thread Erick Erickson (JIRA)

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

Erick Erickson commented on SOLR-10656:
---

Check whether you have legacyCloud=true (or not set at all) in your cluster 
properties. This is a behavior that has changed, set legacyCloud=false and the 
replicas will not re-register themselves.



> Collection re-registering after deletion
> 
>
> Key: SOLR-10656
> URL: https://issues.apache.org/jira/browse/SOLR-10656
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrCloud
>Affects Versions: 6.5.1
> Environment: Linux / Ubuntu
>Reporter: Victor Igumnov
>  Labels: bug
>
> Taking a single node down in a multi-node solr cloud cluster and then issuing 
> a delete collection command will succeed with a HTTP 200. The collection will 
> be removed from ZK and the data files removed from the active nodes. Once the 
> downed node is brought back into the cluster the deleted collection 
> re-registers it self with zookeeper and is actively queryable. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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