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
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
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