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

[jira] [Updated] (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:all-tabpanel ]

Thaddeus Diamond updated TEZ-1459:
----------------------------------

    Summary: If session idle container minimum timeout = 0, containers are not held  (was: If idle container minimum timeout = 0, containers are not held)

> 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)