You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/08/19 19:41:19 UTC

[jira] [Commented] (TEZ-1459) If session idle container minimum timeout = 0, containers are not held

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

Bikas Saha commented on TEZ-1459:
---------------------------------

You already have done all the hard work of debugging etc. Would be great if you can provide the patch and get credit for the work.

> If session idle container minimum timeout = 0, containers are not held
> ----------------------------------------------------------------------
>
>                 Key: TEZ-1459
>                 URL: https://issues.apache.org/jira/browse/TEZ-1459
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>         Environment: CDH5.0/HDP2.1
> Tez revision a1dd829
>            Reporter: Thaddeus Diamond
>
> If the minimum idle timeout is 0, but the max is greater than 0, a random distribution should still be created for expiring session containers.  The offending code is in {{YarnTaskSchedulerService}} lines 991-993:
> {noformat}
> if (idleContainerTimeoutMin > 0) {
>     heldContainer.setContainerExpiryTime(getHeldContainerExpireTime(currentTime));
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)