[
https://issues.apache.org/jira/browse/YUNIKORN-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514329#comment-17514329
]
Craig Condit edited comment on YUNIKORN-1163 at 3/30/22, 4:18 PM:
------------------------------------------------------------------
Example JSON:
{noformat}
"stateLog": [
{
"time": 1648588324659925000,
"applicationState": "Accepted"
},
{
"time": 1648588324660246000,
"applicationState": "Starting"
},
{
"time": 1648588357115874000,
"applicationState": "Completing"
},
{
"time": 1648588387117819000,
"applicationState": "Completed"
}
]{noformat}
was (Author: ccondit):
Example JSON:
{noformat}
"events": [
{
"eventTime": 1648588324659925000,
"applicationState": "Accepted"
},
{
"eventTime": 1648588324660246000,
"applicationState": "Starting"
},
{
"eventTime": 1648588357115874000,
"applicationState": "Completing"
},
{
"eventTime": 1648588387117819000,
"applicationState": "Completed"
}
]{noformat}
> REST API - Return history of application state transitions
> ----------------------------------------------------------
>
> Key: YUNIKORN-1163
> URL: https://issues.apache.org/jira/browse/YUNIKORN-1163
> Project: Apache YuniKorn
> Issue Type: Improvement
> Components: core - scheduler
> Reporter: Craig Condit
> Assignee: Craig Condit
> Priority: Major
> Labels: pull-request-available
>
> It would be very useful for debugging to see when an application state
> transition occurred, either via the application API or the full state dump.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]