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