Houston Putman created SOLR-17019:
-------------------------------------

             Summary: ZkCli should create subpaths when necessary
                 Key: SOLR-17019
                 URL: https://issues.apache.org/jira/browse/SOLR-17019
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: cli
    Affects Versions: 8.11
         Environment: Certain zkCli.sh commands (clusterprop, put, putfile) use 
the zkClient.create() function.

However, the clusterprop command is recommended to be used for setting the TLS 
property for SolrClouds that have not yet been started. Since Solr now supports 
creating chroots implicitly, SOLR-7642, the zkCli.sh commands should work if 
the chroot doesn't exist yet.

 

This is pretty easy to fix by changing the zkClient.create() to 
zkClient.makePath().
            Reporter: Houston Putman






--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to