You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Andrew Chung (JIRA)" <ji...@apache.org> on 2015/08/21 21:36:45 UTC

[jira] [Created] (REEF-627) EvaluatorManagerFactory is not setting the resource memory of the NodeDescriptor correctly

Andrew Chung created REEF-627:
---------------------------------

             Summary: EvaluatorManagerFactory is not setting the resource memory of the NodeDescriptor correctly
                 Key: REEF-627
                 URL: https://issues.apache.org/jira/browse/REEF-627
             Project: REEF
          Issue Type: Bug
          Components: REEF Driver
            Reporter: Andrew Chung


As seen here:
{code}
final NodeDescriptorEvent nodeDescriptorEvent = NodeDescriptorEventImpl.newBuilder().setIdentifier(nodeId)
          .setHostName(hostNameAndPort[0]).setPort(Integer.parseInt(hostNameAndPort[1]))
          .setMemorySize(resourceAllocationEvent.getResourceMemory())
          .setRackName(resourceAllocationEvent.getRackName().get()).build();
{code}
We are setting the amount of node memory to the amount of container memory, which is incorrect.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)