You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2017/02/10 18:20:41 UTC

[jira] [Updated] (SLIDER-1193) Make container completion time available in container diagnostics

     [ https://issues.apache.org/jira/browse/SLIDER-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gour Saha updated SLIDER-1193:
------------------------------
    Description: 
A new attribute _*completionTime*_ will be added to container resource as in e.g. below -

{code}
.
.
    {
      "containerId": "container_e3376_1485898199590_0152_01_000006", 
      "component": "LLAP", 
      "state": 4, 
      "exitCode": 0, 
      "diagnostics": "Application stop triggered", 
      "createTime": 1486694235773, 
      "startTime": 1486694235871, 
      "completionTime": 1486694294989, 
      "host": "cn005.example.com", 
      "hostURL": "http://cn005.example.com:8042", 
      "logLink": "http://cn007.example.com:19888/jobhistory/logs/cn005.example.com:45454/container_e3376_1485898199590_0152_01_000006/ctx/root"
    }
.
.
{code}

> Make container completion time available in container diagnostics
> -----------------------------------------------------------------
>
>                 Key: SLIDER-1193
>                 URL: https://issues.apache.org/jira/browse/SLIDER-1193
>             Project: Slider
>          Issue Type: Sub-task
>          Components: appmaster, client
>            Reporter: Siddharth Seth
>            Assignee: Gour Saha
>             Fix For: Slider 1.0.0
>
>
> A new attribute _*completionTime*_ will be added to container resource as in e.g. below -
> {code}
> .
> .
>     {
>       "containerId": "container_e3376_1485898199590_0152_01_000006", 
>       "component": "LLAP", 
>       "state": 4, 
>       "exitCode": 0, 
>       "diagnostics": "Application stop triggered", 
>       "createTime": 1486694235773, 
>       "startTime": 1486694235871, 
>       "completionTime": 1486694294989, 
>       "host": "cn005.example.com", 
>       "hostURL": "http://cn005.example.com:8042", 
>       "logLink": "http://cn007.example.com:19888/jobhistory/logs/cn005.example.com:45454/container_e3376_1485898199590_0152_01_000006/ctx/root"
>     }
> .
> .
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)