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

Gus Heck commented on SOLR-12925:
---------------------------------

If a method other than config sets api is possible and you have gradle then you 
can version control the configset and quickly up/down it for diffing/updating 
with the gradle plugin I wrote. Obviously a workaround, but hopefully helpful. 
https://plugins.gradle.org/plugin/com.needhamsoftware.solr-gradle

> Configsets API should allow update of existing configset
> --------------------------------------------------------
>
>                 Key: SOLR-12925
>                 URL: https://issues.apache.org/jira/browse/SOLR-12925
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: configset-api
>    Affects Versions: 6.6.5, master (8.0)
>            Reporter: Alex Halovanic
>            Priority: Minor
>
> With the Configsets API it is not possible to update a configset once it has 
> been created: the UPLOAD action will throw an exception "The configuration X 
> already exists in zookeeper".  This is different behavior than the [other 
> mechanisms|https://lucene.apache.org/solr/guide/using-zookeeper-to-manage-configuration-files.html]
>  that allow uploading either a new or updated configuration to Zookeeper.
> For someone trying to update a configuration, the only path given through the 
> APIs is to delete the associated collection and configuration and start over 
> from scratch. That, or a one-off invocation of the zk local scripts when 
> these APIs are far superior for remote management (y).
>  
> Thanks,
>  Alex



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

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

Reply via email to