[ 
https://issues.apache.org/jira/browse/YARN-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lujie reassigned YARN-9594:
---------------------------

    Assignee: lujie

> 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
>            Assignee: lujie
>            Priority: Major
>
> Seem that we forget a break at
> {code:java}
> case RECOVERY_COMPLETED:
>   startPendingContainers(maxOppQueueLength <= 0);
>   metrics.setQueuedContainers(queuedOpportunisticContainers.size(),
>      queuedGuaranteedContainers.size());
> //break;
> 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to