You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Bilwa S T (Jira)" <ji...@apache.org> on 2020/12/09 11:40:00 UTC

[jira] [Commented] (MAPREDUCE-6773) Implement RM Container Reuse Requestor to handle the reuse containers for resource requests

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246463#comment-17246463 ] 

Bilwa S T commented on MAPREDUCE-6773:
--------------------------------------

Hi [~devaraj]

I see that containers are reused only if priority is PRIORITY_MAP and PRIORITY_REUDCE. currently containers are not even cleaned up if its not any of these priority due to which job hangs whenever containers are killed as NM restarted[as tasks are not assigned to container]. Is there any reason why containers with priority  PRIORITY_FAST_FAIL_MAP are not being reused?
{quote}RMContainerReuseRequestor ln no 133, we are checking for PRIORITY_MAP and PRIORITY_REDUCE what about other priorities ? do we need to send CONTAINER_REMOTE_CLEANUP,
{quote}

> Implement RM Container Reuse Requestor to handle the reuse containers for resource requests
> -------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6773
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6773
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster, mrv2
>    Affects Versions: MR-6749
>            Reporter: Devaraj Kavali
>            Assignee: Devaraj Kavali
>            Priority: Major
>             Fix For: MR-6749
>
>         Attachments: MAPREDUCE-6773-MR-6749.003.patch, MAPREDUCE-6773-MR-6749.004.patch, MAPREDUCE-6773-MR-6749.005.patch, MAPREDUCE-6773-v0.patch, MAPREDUCE-6773-v1.patch, MAPREDUCE-6773-v2.patch
>
>
> Add RM Container Reuse Requestor which handles the reuse containers against the Job reource requests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org