The config is stored in ZooKeeper. /configs/myconf/velocity/pagination_bottom.vm is a ZooKeeper path, not a filesystem path. The data on disk is in ZK's binary format. Solr uses the ZK client library to talk to the embedded server and read config data.
On May 16, 2014, at 2:47 AM, Aman Tandon <amantandon...@gmail.com> wrote: > Any help here?? > > With Regards > Aman Tandon > > > On Thu, May 15, 2014 at 10:17 PM, Aman Tandon <amantandon...@gmail.com>wrote: > >> Hi, >> >> Can anybody tell me where does the embedded zookeeper keeps your config >> files.when we describe the configName in starting the solrcloud then it >> gives that name to the directory, as guessed from the solr logs. >> >> >> >> >> >> >> *4409 [main] INFO org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/footer.vm4456 [main] INFO >> org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/pagination_bottom.vm 4479 [main] INFO >> org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/head.vm4530 [main] INFO >> org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/pagination_top.vm 4555 [main] INFO >> org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/VM_global_library.vm4599 [main] INFO >> org.apache.solr.common.cloud.SolrZkClient – makePath: >> /configs/myconf/velocity/suggest.vm* >> >> >> With Regards >> Aman Tandon >>