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

ASF subversion and git services commented on SOLR-17019:
--------------------------------------------------------

Commit 3ab168392c074748ef09396c768bbb3eeac074a8 in solr's branch 
refs/heads/main from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=3ab168392c0 ]

SOLR-17019: ZkCli should create subpaths when necessary (#1998)



> ZkCli should create subpaths when necessary
> -------------------------------------------
>
>                 Key: SOLR-17019
>                 URL: https://issues.apache.org/jira/browse/SOLR-17019
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: cli
>    Affects Versions: 8.11
>            Reporter: Houston Putman
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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().



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

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

Reply via email to