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 "lujie (JIRA)" <ji...@apache.org> on 2019/06/03 03:40:00 UTC

[jira] [Created] (YARN-9594) Unknown event arrived at ContainerScheduler: EventType: RECOVERY_COMPLETED

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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org