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

Ramkumar Aiyengar commented on SOLR-7176:
-----------------------------------------

I understand the need now, this would be in support of the clusterprop command 
Hoss mentioned. The trouble still is in branding something specific such as 
this as part of zkCli. Changing cluster props might involve us changing 
something else in ZK or even doing something else apart from modifying ZK, this 
looks like it is making use of an implementation detail. May be this calls for 
a tool which shares implementation with Solr to provide limited 'offline' 
access to such functionality. I know there has been this long standing 
discussion of moving solr.xml to ZK, some such tool might also help us long 
term with that..

> allow zkcli to modify JSON
> --------------------------
>
>                 Key: SOLR-7176
>                 URL: https://issues.apache.org/jira/browse/SOLR-7176
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Priority: Minor
>
> To enable SSL, we have instructions like the following:
> {code}
> server/scripts/cloud-scripts/zkcli.sh -zkhost localhost:2181 -cmd put 
> /clusterprops.json '{"urlScheme":"https"}'
> {code}
> Overwriting the value won't work well when we have more properties to put in 
> clusterprops.  We should be able to change individual values or perhaps merge 
> values.



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

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

Reply via email to