You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Chang Li (JIRA)" <ji...@apache.org> on 2015/04/17 17:11:59 UTC

[jira] [Comment Edited] (TEZ-2331) Container Stop Info Always Missing When Container Reuse Enabled

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

Chang Li edited comment on TEZ-2331 at 4/17/15 3:11 PM:
--------------------------------------------------------

Have done some investigation, found out that during final shutdown, ATS is shutdown before container stop event occur


was (Author: lichangleo):
Have done some investigation, found out that the container is never released and stay in idle even when all tasks finishes running, that container's exit status and end time info will only be added in if container is released and C_STOP_REQUEST occur

> Container Stop Info Always Missing When Container Reuse Enabled
> ---------------------------------------------------------------
>
>                 Key: TEZ-2331
>                 URL: https://issues.apache.org/jira/browse/TEZ-2331
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Chang Li
>
> Inside otherinfo the container's exit status and end time is always missing when container reuse is enabled.
> {code}
> {
>     "events": [
>         {
>             "timestamp": 1429225237529,
>             "eventtype": "CONTAINER_LAUNCHED",
>             "eventinfo": { }
>         }
>     ],
>     "entitytype": "TEZ_CONTAINER_ID",
>     "entity": "tez_container_e08_1427829803708_21518_01_000002",
>     "starttime": 1429225237529,
>     "domain": "Tez_ATS_application_1427829803708_21518",
>     "relatedentities": { },
>     "primaryfilters": {
>         "applicationId": [
>             "application_1427829803708_21518"
>         ]
>     },
>     "otherinfo": {
>         "containerId": "container_e08_1427829803708_21518_01_000002"
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)