You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/03/20 05:37:39 UTC

[jira] [Resolved] (AURORA-91) Thermos observer process timings are confusing for processes that have restarted

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

Bill Farner resolved AURORA-91.
-------------------------------
    Resolution: Won't Fix

> Thermos observer process timings are confusing for processes that have restarted
> --------------------------------------------------------------------------------
>
>                 Key: AURORA-91
>                 URL: https://issues.apache.org/jira/browse/AURORA-91
>             Project: Aurora
>          Issue Type: Task
>          Components: Observer
>            Reporter: Bill Farner
>            Priority: Minor
>
> Example:
> {noformat}
> name	 run	 status	 started	 finished	 cpu	 ram
> fetch	 0	 SUCCESS	 12/03 07:39:54	 12/03 07:39:57
> unzip	 0	 SUCCESS	 12/03 07:39:57	 12/03 07:39:57
> run_server	 1	 FAILED	 12/03 08:44:03	 12/03 08:44:08
> {noformat}
> At a glance, it looks like 'run_server' didn't start for an hour after unzip finished.  As it turns out, gimlet ran twice, and the first started right away.  Drilling into 'run_server' reveals:
> {noformat}
> run	 status	 started	 finished
> 1	 FAILED	 12/03 08:44:03	 12/03 08:44:08
> 0	 SUCCESS	 12/03 07:39:58	 12/03 08:43:58
> {noformat}
> It might be more natural for the top-level page to report the start time of the first process, and the finish time of the last process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)