David McLaughlin created AURORA-1216:
----------------------------------------
Summary: Factor in failovers when calculating time waiting for
running in scheduler updater
Key: AURORA-1216
URL: https://issues.apache.org/jira/browse/AURORA-1216
Project: Aurora
Issue Type: Task
Components: Scheduler
Reporter: David McLaughlin
If the scheduler fails over, any instances stuck in PENDING will most likely
kill an entire update if minWaitingTimeForRunningMs is set to a time less than
the time it takes for a new leader to be elected. It would be better for the
updater to use max(newLeaderReadyTimestamp, instanceUpdateStartTimeMs) to avoid
this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)