Xinwei Qin  created YARN-4338:
---------------------------------

             Summary: NPE in RegularContainerAllocator.preCheckForNewContainer()
                 Key: YARN-4338
                 URL: https://issues.apache.org/jira/browse/YARN-4338
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Xinwei Qin 
            Priority: Minor


The codes in RegularContainerAllocator.preCheckForNewContainer():
{code}
    if (anyRequest.getNodeLabelExpression()
        .equals(RMNodeLabelsManager.NO_LABEL)) {
      missedNonPartitionedRequestSchedulingOpportunity =
          application
              .addMissedNonPartitionedRequestSchedulingOpportunity(priority);
    }
{code}
{code}anyRequest.getNodeLabelExpression(){code}may return null.



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

Reply via email to