Re: Question about Solr Cloud

2012-11-17 Thread Mark Miller
bq. fetch the configuration and store it locally. New nodes don't fetch the configs and store them locally - configs are loaded straight from zookeeper currently. - Mark

Re: Question about Solr Cloud

2012-11-17 Thread Upayavira
You can force Solr to use the new configs by reloading a collection: http://localhost:8983/solr/admin/collections?action=RELOAD&name=mycollection This'll cause all shards (and replicas) in a collection to collect new configs from ZooKeeper. The main thing to note re Jetty, is that the Jetty incl

Re: Question about Solr Cloud

2012-11-17 Thread Erick Erickson
1> Well, it loads the local conf directory up to zookeeper so new nodes can fetch the configuration and store it locally. 2> No, you have to upload the configuration to ZK and (I think) restart the other servers. It's easy enough to test, just make your changes to the config, upload it, and look at

Question about Solr Cloud

2012-11-16 Thread Cool Techi
Hi, I have just started working with Solr cloud and have a few questions related to the same, 1) In the start script we provide the the following, what's the purpose of providing this. -Dbootstrap_confdir=./solr/collection1/conf Since we don't yet have a config in zookeeper, this parameter cau