Re: Solr - zkRun problem

2019-09-05 Thread Tamás Barta
I could solve the problem, the "-Dbootstrap_conf=true" launch parameter caused this problem. After removed it everything is fine. On Thu, Sep 5, 2019 at 3:29 PM Bruno Osiek wrote: > In order to persist docker container files into its host filesystem you > need to link both by -v parameter when s

Re: Solr - zkRun problem

2019-09-05 Thread Bruno Osiek
In order to persist docker container files into its host filesystem you need to link both by -v parameter when starting the container. As you said the problem emerges only when restarting this would be my guess. Regards, Bruno On Thu, Sep 5, 2019 at 1:19 AM Tamás Barta wrote: > Hi, > > I use S

Solr - zkRun problem

2019-09-05 Thread Tamás Barta
Hi, I use Solr Cloud with 3 ZK nodes in production and it is good. Now I try to create a "simple" Solr docker container in a test environment. I don't want to create ZK nodes too so I run solr with the -DzkRun parameter to start embedded Zookeeper. After it start I uploaded my configuration to ZK