Re: collection configuration stored in Zoo Keeper with solrCloud

2016-01-11 Thread Erick Erickson
Do be a little careful though. The sample zookeeper config that comes with an Apache install of Zookeeper defaults to storing the data in /tmp/zookeeper which is _not_ a place you want persistent data on *nix systems. Note, this is _not_ the default for embedded Zookeeper in Solr. And the othe

Re: collection configuration stored in Zoo Keeper with solrCloud

2016-01-11 Thread Jeff Courtade
Yes its stored in the directories configured in zoo.cfg .Jeff Courtade M: 240.507.6116 On Jan 11, 2016 1:16 PM, "Jim Shi" wrote: > Hi, I have question regarding collection configurations stored Zoo Keeper > with solrCloud. > All collection configurations are stored at Zoo Keeper. What happens if

Re: collection configuration stored in Zoo Keeper with solrCloud

2016-01-11 Thread Shawn Heisey
On 1/11/2016 11:13 AM, Jim Shi wrote: > Hi, I have question regarding collection configurations stored Zoo Keeper > with solrCloud. > All collection configurations are stored at Zoo Keeper. What happens if you > want to restart all Zoo Keeper instances? Does the Zoo Keeper persists data > on dis

collection configuration stored in Zoo Keeper with solrCloud

2016-01-11 Thread Jim Shi
Hi, I have question regarding collection configurations stored Zoo Keeper with solrCloud. All collection configurations are stored at Zoo Keeper. What happens if you want to restart all Zoo Keeper instances? Does the Zoo Keeper persists data on disk and can restore all configurations from disk?