lujie created YARN-9594:
---------------------------

             Summary: Unknown event arrived at ContainerScheduler: EventType: 
RECOVERY_COMPLETED
                 Key: YARN-9594
                 URL: https://issues.apache.org/jira/browse/YARN-9594
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: lujie


{code:java}
case RECOVERY_COMPLETED:
  startPendingContainers(maxOppQueueLength <= 0);
  metrics.setQueuedContainers(queuedOpportunisticContainers.size(),
     queuedGuaranteedContainers.size());
default:
  LOG.error("Unknown event arrived at ContainerScheduler: "
    + event.toString());
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to