There are a couple of options here. The collections ADDREPLICA lets
you specify the node you want the replica added to. You can specify
the shard, collection, and node.
Have you tried just adding replicas to the collection? I _think_ that
it'll try to put new nodes on under-utilized machines, but
Yeah I could do that but I was hoping in something less hacky :p
On Fri, Apr 25, 2014 at 3:08 PM, Shawn Heisey wrote:
> On 4/25/2014 3:34 AM, Ugo Matrangolo wrote:
> > I have a running Solr 4.7.1 collection with a single shard replicated
> over
> > 7 nodes. This collection has been created usin
On 4/25/2014 3:34 AM, Ugo Matrangolo wrote:
> I have a running Solr 4.7.1 collection with a single shard replicated over
> 7 nodes. This collection has been created using a replicationFactor=7. The
> idea was to replicate it on all the available nodes (it is a high
> throughput collection).
>
> Re