You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Santhosh Kumar Shanmugham (JIRA)" <ji...@apache.org> on 2016/12/01 18:22:59 UTC

[jira] [Created] (AURORA-1841) Update HealthChecks has a backward incompatibility

Santhosh Kumar Shanmugham created AURORA-1841:
-------------------------------------------------

             Summary: Update HealthChecks has a backward incompatibility
                 Key: AURORA-1841
                 URL: https://issues.apache.org/jira/browse/AURORA-1841
             Project: Aurora
          Issue Type: Bug
            Reporter: Santhosh Kumar Shanmugham


The current implementation of the HealthCheck based updates has a backward incompatibility issue when the HealthCheckConfig is used in such a way that the initial grace period is extended beyond the `initial_interval_secs`.

This bug prematurely fails updates by using the new fail-fast feature when the `initial_interval_secs` does not count for the entire task warmup time. 

In the older version the actual grace period for update to succeed was `initial_interval_secs + interval_secs * max_consecutive_failures`.



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