[ https://issues.apache.org/jira/browse/SLIDER-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gour Saha updated SLIDER-1193: ------------------------------ Fix Version/s: (was: Slider 1.0.0) Slider 0.92 > 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 0.92 > > > 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)