Identifying the "lease used" cores... no tools integrated with Solr
that I know of.

But once you do figure out what machines to use, the collections API CREATE
command has a createNodeSet which will put the new collection on the
specified nodes.

And the ADDREPLICA command also allows you to specify a node parameter when you
add one.

Best,
Erick

On Tue, Dec 16, 2014 at 5:07 PM, Elan Palani <elan.pal...@kaybus.com> wrote:
>
> Hello..
>
> Let’s assume I have a SolrCloud with 10 node cluster . most of the time I 
> want to New collection created with 2 shards and 2 replicas on (4 different 
> nodes)
>  using CloudSolrServer we could randomly find the nodes to allocate. but Is 
> there a way to pick and choose the set of nodes based on
> their resource usage/allocation. (CPU,MEM,Disk, Collection Size, #of Doc’s 
> etc.) . Any suggestions or tools available?
>
> Basically I am trying to identify the least used nodes for creating cores 
> with some rules..
>
> Thanks in Advance.
>
> Elan

Reply via email to