Re: Collections API and adding new boxes

2015-06-18 Thread Erick Erickson
See particularly the ADDREPLICA command and the "node" parameter. You might not even need the "node" parameter since when you add a replica Solr does its best to put the new replica on an underutilized node. Best, Erick On Thu, Jun 18, 2015 at 2:58 PM, Shawn Heisey wrote: > On 6/18/2015 3:23 PM,

Re: Collections API and adding new boxes

2015-06-18 Thread Shawn Heisey
On 6/18/2015 3:23 PM, Jim.Musil wrote: > Let's say I have a zookeeper ensemble with several Solr nodes connected to > it. I've created a collection successfully and all is well. > > What happens when I want to add another solr node? > > I've tried spinning one up and connecting it to zookeeper, bu

Collections API and adding new boxes

2015-06-18 Thread Jim . Musil
Hi, Let's say I have a zookeeper ensemble with several Solr nodes connected to it. I've created a collection successfully and all is well. What happens when I want to add another solr node? I've tried spinning one up and connecting it to zookeeper, but the new node doesn't "join" the collectio