[
https://issues.apache.org/jira/browse/TEZ-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500111#comment-14500111
]
Chang Li commented on TEZ-2331:
-------------------------------
Hi [~hitesh], is it a problem worth fixing? If so how should I approach this? I
noticed that within serviceStop there is maxTimeToWaitOnShutdown, which derive
from YARN_ATS_EVENT_FLUSH_TIMEOUT_MILLIS, but currently serviceStop will not
wait for that long if events is empty. Maybe we could force it to wait for some
default amount of time before shutdown timelineClient?
> 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)