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

2018-06-19 Thread Ted Yu (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

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

  was:
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.


> 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
>Priority: Major
>
> {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)


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

2018-06-10 Thread Ted Yu (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

Description: 
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.

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


> 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
>Priority: Major
>
> {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)


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

2018-05-27 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

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

  was:
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.


> 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
>Priority: Major
>
> {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)


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

2018-05-17 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

Description: 
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.

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


> 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
>Priority: Major
>
> {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)


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

2018-05-08 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

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

  was:
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.


> 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
>Priority: Major
>
> {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)


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

2018-04-09 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

Description: 
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.

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


> 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
>Priority: Major
>
> {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)


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

2018-03-27 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

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

  was:
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.


> 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
>Priority: Major
>
> {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)


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

2018-03-21 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

Description: 
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.

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


> 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
>Priority: Major
>
> {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)


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

2018-03-01 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

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

  was:
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.


> 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
>Priority: Major
>
> {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)


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

2018-02-20 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated AMBARI-22943:

Description: 
{code}
  } else if (!orderingPolicyValue.equals(UTILIZATION) || 
!orderingPolicyValue.equals(PRIORITY_UTILIZATION)) {
{code}

Regardless of the value for orderingPolicyValue, the condition would be true.

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


> 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
>Priority: Major
>
> {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)