Once Solr 7.5 is released you will have a new "Cloud -> ZK Status" tab that
will among other things show the data path on each ZK server.
Until then, log in to the ZK server, locate zoo.cfg and check.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
> 31. aug. 2018 kl.
You should have a "zoo.cfg" file in the conf directory (a sibling to
the bin directory where you run ZK). Inside there the dataDir property
specifies where ZooKeeper stores data. NOTE: the default is somewhere
under /tmp and should NOT be used for production since the contents of
/tmp can disappear
On 8/31/2018 8:40 AM, Sushant Vengurlekar wrote:
Any idea where this database is stored on the file system. I don’t want to
read it but just know where it resides.
If you followed recommendations, your ZooKeeper ensemble is NOT using
the ZK server that's embedded inside Solr. In that case I
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 wrote:
> On 8/30/2018 10:15 PM, Sushant Vengurlekar wrote:
> > Where does zookeeper store the collection info on local filesyst
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 underst