You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/02/08 20:41:00 UTC

[jira] [Created] (AMBARI-22943) Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()

Ted Yu created AMBARI-22943:
-------------------------------

             Summary: Wrong condition in FixCapacitySchedulerOrderingPolicy#execute()
                 Key: AMBARI-22943
                 URL: https://issues.apache.org/jira/browse/AMBARI-22943
             Project: Ambari
          Issue Type: Bug
            Reporter: Ted Yu


{code}
      } else if (!orderingPolicyValue.equals(UTILIZATION) || !orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}
Regardless of the value for orderingPolicyValue, the condition would be true.



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