Any idea where this database is stored on the file system.  I don’t want to
read it but just know where it resides.

Thanks

On Fri, Aug 31, 2018 at 7:15 AM Shawn Heisey <apa...@elyograg.org> wrote:

> On 8/30/2018 10:15 PM, Sushant Vengurlekar wrote:
> > Where does zookeeper store the collection info on local filesystem on
> > zookeeper?
>
> ZooKeeper doesn't store info in a way that you can find on the
> filesystem.  ZK data is stored in a file structure that's basically a
> database.   The way I understand it, the entire database is contained in
> a single file with a binary structure that cannot be easily examined by
> anything other than ZooKeeper itself.
>
> If you want detailed information about how ZK stores data, you will need
> to visit a support resource for the ZooKeeper project. It is a
> completely separate project from Solr.
>
> SolrCloud does not store index data in ZooKeeper.
>
> Thanks,
> Shawn
>
>

Reply via email to