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 other thing to check, depending on the age of your zookeeper is whether it purges snapshots... Best, Erick On Mon, Jan 11, 2016 at 10:59 AM, Jeff Courtade <courtadej...@gmail.com> wrote: > 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" <hj...@yahoo.com.invalid> 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 disk and can restore all configurations from disk?