[
https://issues.apache.org/jira/browse/AURORA-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Khutornenko reassigned AURORA-1049:
-----------------------------------------
Assignee: Maxim Khutornenko
> Expose "blocked" update state due to no heartbeats
> --------------------------------------------------
>
> Key: AURORA-1049
> URL: https://issues.apache.org/jira/browse/AURORA-1049
> Project: Aurora
> Issue Type: Task
> Components: Scheduler, UI
> Reporter: Maxim Khutornenko
> Assignee: Maxim Khutornenko
>
> We need to find a way to expose updates blocked due to lapsed heartbeats in
> the UI. Changing the update status is not desirable here as it's persisted
> and would interfere with the update state machine.
> Perhaps we can add a field into the {{JobUpdateDetails}} to be populated
> before returning it to the caller, e.g.:
> {noformat}
> struct JobUpdateTransientInfo {
> 1: bool blockedDueToMissedPulse;
> }
> struct JobUpdateDetails {
> ...
> 4: JobUpdateTransientInfo transientInfo
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)