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

Jan Høydahl commented on SOLR-10108:
------------------------------------

So I took it for a spin. I started Solr master with patch applied i cloud mode, 
then created a collection.
Then I copied all content of internal zk:/ (9983) to my disk /tmp/zoo. That 
worked.
Then I stopped Solr, wiped zoo_data
I then started a local ZK and copied everything onto zk:/solr (another root)
Then started Solr with bin/solr start -z localhost:2181/solr/zoo. BINGO

So your patch seems to work. But I could not figure out how to copy all files 
from my /tmp/zoo folder into zk root. Specifying {{solr zk cp /tmp/zoo/* zk:/}} 
did not work:
bq. Could not complete the zk operation for reason: Path /tmp/zoo/* does not 
exist

> bin/solr script recursive copy broken
> -------------------------------------
>
>                 Key: SOLR-10108
>                 URL: https://issues.apache.org/jira/browse/SOLR-10108
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-10108.patch
>
>
> cp /r zk:/ fails with "cannot create //whatever".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to