You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Yufei Gu (JIRA)" <ji...@apache.org> on 2017/09/29 00:06:08 UTC

[jira] [Created] (YARN-7270) Resource#getVirtualCores() does unsafe casting from long to int.

Yufei Gu created YARN-7270:
------------------------------

             Summary: Resource#getVirtualCores() does unsafe casting from long to int.
                 Key: YARN-7270
                 URL: https://issues.apache.org/jira/browse/YARN-7270
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager
    Affects Versions: 3.1.0
            Reporter: Yufei Gu
            Assignee: Yufei Gu


Class {{Resource}} has three sub classes(FixedValueResource, LightWeightResource, and ResourcePBImpl). Only FixedValueResource handle long-to-int casting nicely. The other two didn't. This cause several unit test failures. Like this one:
{code}
Error Message

expected:<<memory:4096, vCores:4>> but was:<<memory:4096, vCores:-1>>
Stacktrace

java.lang.AssertionError: expected:<<memory:4096, vCores:4>> but was:<<memory:4096, vCores:-1>>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFSAppAttempt.testHeadroomWithBlackListedNodes(TestFSAppAttempt.java:325)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org