[
https://issues.apache.org/jira/browse/YARN-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604710#comment-15604710
]
Bibin A Chundatt edited comment on YARN-5773 at 10/25/16 8:57 AM:
------------------------------------------------------------------
Thank you [~sunilg],Wangda,Varun
Recovery scenario will handle based on
[comment|https://issues.apache.org/jira/browse/YARN-5773?focusedCommentId=15603947&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15603947]
along with logLevel change .
Optimizing activateApplication() can be handled in new JIRA.
Thoughts?
was (Author: bibinchundatt):
Thank you [~sunilg],Wangda,Varun
Recovery scenario will handle based on
[comment|https://issues.apache.org/jira/browse/YARN-5773?focusedCommentId=15603947&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15603947]
along with logLevel change .
Optimizing activateApplication() can be handled in new JIRA.
> RM recovery too slow due to LeafQueue#activateApplication()
> -----------------------------------------------------------
>
> Key: YARN-5773
> URL: https://issues.apache.org/jira/browse/YARN-5773
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Bibin A Chundatt
> Assignee: Bibin A Chundatt
> Priority: Critical
> Attachments: YARN-5773.0001.patch, YARN-5773.0002.patch
>
>
> # Submit application 10K application to default queue.
> # All applications are in accepted state
> # Now restart resourcemanager
> For each application recovery {{LeafQueue#activateApplications()}} is
> invoked.Resulting in AM limit check to be done even before Node managers are
> getting registered.
> Total iteration for N application is about {{N(N+1)/2}} for {{10K}}
> application {{50000000}} iterations causing time take for Rm to be active
> more than 10 min.
> Since NM resources are not yet added to during recovery we should skip
> {{activateApplicaiton()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]