Re: Multiple Collections in one Zookeeper

2013-03-09 Thread Mark Miller
You want to create both under different root nodes in zk, so that you would have /cluster1 and /cluster2 Then you startup with addresses of: > zookeeper:{port1},zookeeper:{port2}/cluster1 > zookeeper:{port2},zookeeper:{port2}/cluster2 If you are using one of the bootstrap calls on startup, it

Re: Multiple Collections in one Zookeeper

2013-03-09 Thread jimtronic
Ok, I'm a little confused. I had originally bootstrapped zookeeper using a solr.xml file which specified the following cores: cats dogs birds In my /solr/#/cloud?view=tree view I see that I have /collections /cats /dogs /birds /configs /cats /dogs /birds When I launch a new server and co

Re: Multiple Collections in one Zookeeper

2013-03-08 Thread Michael Della Bitta
Yes, but you'll need to append a sub path on to the zookeeper path for your second cluster. For ex: zookeeper1.example.com,zookeeper2.example.com,zookeeper3.example.com/subpath On Mar 8, 2013 6:46 PM, "jimtronic" wrote: > Hi, > > I have a solrcloud cluster running several cores and pointing at o