You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Craig Condit (Jira)" <ji...@apache.org> on 2022/03/30 16:19:00 UTC

[jira] [Comment Edited] (YUNIKORN-1163) REST API - Return history of application state transitions

    [ 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: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org