[
https://issues.apache.org/jira/browse/MAPREDUCE-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16534187#comment-16534187
]
ASF GitHub Bot commented on MAPREDUCE-7119:
-------------------------------------------
GitHub user bschell opened a pull request:
https://github.com/apache/hadoop/pull/398
MAPREDUCE-7119. Avoid stopContainer() on dead node
If a container failed to launch earlier due to terminated instances, it has
already been removed from the container hash map. Avoiding the kill() for
CONTAINER_REMOTE_CLEANUP will avoid wasting 15min per container on
retries/timeout.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bschell/hadoop bschelle/containerfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hadoop/pull/398.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #398
----
commit 957f51f87524c47b9810a1d6599056dfde80e2f9
Author: Scheller <bschelle@...>
Date: 2018-06-27T21:52:57Z
Avoid stopContainer() on dead node
If a container failed to launch earlier due to terminated instances, it has
already been removed from the container hash map. Avoiding the kill() for
CONTAINER_REMOTE_CLEANUP will avoid wasting 15min per container on
retries/timeout.
----
> Avoid stopContainer on failed node
> ----------------------------------
>
> Key: MAPREDUCE-7119
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7119
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: client
> Affects Versions: 2.8.4
> Reporter: Brandon Scheller
> Priority: Minor
> Labels: bug, bugfix, stopContainer
>
> Avoid stopContainer on failed node
>
> If a container failed to launch earlier due to terminated instances, it has
> already been removed from the container hash map. Avoiding the kill() for
> CONTAINER_REMOTE_CLEANUP will avoid wasting 15min per container on
> retries/timeout.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]