You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Xu Yang (JIRA)" <ji...@apache.org> on 2014/08/26 08:44:57 UTC

[jira] [Created] (YARN-2455) The function compareTo of variable UNBOUNDED in org.apache.hadoop.yarn.util.resource.Resources is defined wrong.

Xu Yang created YARN-2455:
-----------------------------

             Summary: The function compareTo of variable UNBOUNDED in org.apache.hadoop.yarn.util.resource.Resources is defined wrong.
                 Key: YARN-2455
                 URL: https://issues.apache.org/jira/browse/YARN-2455
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Xu Yang


The variable UNBOUNDED implement the abstract class Resources, and override the function compareTo. But there is something wrong in this function. We should not compare resources with zero  as the same as the variable NONE. We should change 0 to Integer.MAX_VALUE.



--
This message was sent by Atlassian JIRA
(v6.2#6252)