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

Tomás Fernández Löbbe commented on SOLR-4028:
---------------------------------------------

What's the argument against doing this automatically? I'm not a ZK expert so I 
may be missing something, but I do think it would make it easier while 
developing and testing, as you don't need to start zkClient or anything like 
that to create these directories, and you don't need delete zk data directory, 
restart zk nodes, etc.
                
> When using ZK chroot, it would be nice if Solr would create the initial path 
> when it doesn't exist.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4028
>                 URL: https://issues.apache.org/jira/browse/SOLR-4028
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Tomás Fernández Löbbe
>            Priority: Minor
>         Attachments: SOLR-4028.patch
>
>
> I think this would make it easier to test and develop with SolrCloud, in 
> order to start with a fresh ZK directory now the approach is to delete ZK 
> data, with this improvement one could just add a chroot to the zkHost like:
> java -DzkHost=localhost:2181/testXYZ -jar start.jar
> Right now this is possible but you have to manually create the initial path. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to