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

Gus Heck commented on SOLR-13583:
---------------------------------

SOLR-13262 has been released, so this needs to be fixed in 8x. We can't change 
the basic way aliases work (by requiring uniqueness) until a major version 
(9.0) IMHO since that's not backwards compatible.  I think we probably need to 
bolt on a followAliases=true to enable what was released on 13262 or roll 13262 
back. Then we can change things fundamentally in 9.0 if we desire (in another 
ticket).

> Impossible to delete a collection with the same name as an existing alias
> -------------------------------------------------------------------------
>
>                 Key: SOLR-13583
>                 URL: https://issues.apache.org/jira/browse/SOLR-13583
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 8.1, 8.1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>            Priority: Blocker
>             Fix For: 8.1.2
>
>
> SOLR-13262 changed the behavior of most collection admin commands so that 
> they always resolve aliases by default. In most cases this is desireable 
> behavior but it also prevents executing commands on the collections that have 
> the same name as an existing alias (which usually points to a different 
> collection).
> This behavior also breaks the REINDEXCOLLECTION command with 
> {{removeSource=true,}} which can also lead to data loss.
> This issue can be resolved by adding either an opt-in or opt-out flag to the 
> collection admin commands that specifies whether the command should attempt 
> resolving the provided name as an alias first. From the point of view of ease 
> of use this could be an opt-out option, from the point of view of data safety 
> this could be an opt-in option.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to