You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/04/25 17:06:16 UTC

[jira] [Resolved] (AURORA-291) Preserve ancestor details to improve accuracy of SLA calculations

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

Jake Farrell resolved AURORA-291.
---------------------------------

       Resolution: Won't Fix
    Fix Version/s: 0.5.0

> Preserve ancestor details to improve accuracy of SLA calculations
> -----------------------------------------------------------------
>
>                 Key: AURORA-291
>                 URL: https://issues.apache.org/jira/browse/AURORA-291
>             Project: Aurora
>          Issue Type: Task
>          Components: Scheduler
>            Reporter: Maxim Khutornenko
>            Assignee: Maxim Khutornenko
>             Fix For: 0.5.0
>
>
> In order to calculate ARD without job create/update impact we would need to track the ancestor details (i.e. in case a LOST task gets rescheduled, becomes PENDING and stays PENDING longer than HISTORY_MIN_RETENTION_THRESHOLD while the ancestor LOST task gets pruned).
> One possible solution could be converting the ancestorID in ScheduledTask to something like:
> {noformat}
> struct Ancestor {
>  1: string Id
>  2: ScheduleStatus status
>  3: i64: timestampMs
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)