Noble Paul created SOLR-12806:
---------------------------------

             Summary: when strict=false is specified prioritize node allocation 
using non strict rules
                 Key: SOLR-12806
                 URL: https://issues.apache.org/jira/browse/SOLR-12806
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: AutoScaling
            Reporter: Noble Paul


if a rule is specified as

for instance if a policy rule as follows exists
{code:java}
{"replica" : "#ALL", "freedisk" : "<500", "strict" : false}
{code}
 

If no no nodes have {{freedisk}} more than 500 GB, Solr ignores this rule 
completely and assign nodes. Ideally it should still prefer a node with 
{{freedisk}} of 450GB compared to a node that has {{freedisk}} of 400GB



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to