Hello everyone, Having used *Hadoop* (not in charge of deployment, just java code part) and *Solr 3.6* (deployment and coding) this year, today I made the solr cloud wiki.
Well, * I have deployed 2 zookeeper (not embedded) instances * 2 solr instances with 2 shards (pointing to zookeeper nodes) * 2 solr replicates .... successfully ...thank you for new administration ui, graph and co, nice. But I am still confused with all these new amazing features. (compared to when I was using multicore and master/slave behaviour). Here in cloud, I am lost (in translation too) *Few questions:* - my both zookeeper have their own data directory, as usual, but I did not see so much change inside after indexing examples docs. Are data stored their or just /configuration (conf files) /is stored in zookeeper ensemble ? Can you confirmed /index data/ are also stored in zookeeper cluster ? Or not ? - In my solr instances directory tree, /solr/mycollection/ sometimes I have an "index" or "index.20121107185908378" directory and tlog directory, what is it used for, could you explain me why index directory sometimes looks like a snapshot ? zookeeper should not store index, sorry I repeat myself, or is it just a snaphot. what is tlog directory for ? - Then, playing a little bit, I test following command http://localhost:8983/solr/admin/collections?action=CREATE&name=myname&numShards=2&replicationFactor=1 and see it update configuration of core.xml and create "data" directory as well, nice. But when I navigate to admin ui and check schema for instance, where does this configuration come from ? I do not get any conf directory for this core, does it take one by default.... I have so much questions to ask. Thanks, Julien -- View this message in context: http://lucene.472066.n3.nabble.com/Testing-Solr-Cloud-with-ZooKeeper-tp4018900.html Sent from the Solr - User mailing list archive at Nabble.com.