You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bhuvan Arumugam (JIRA)" <ji...@apache.org> on 2014/05/29 22:43:04 UTC

[jira] [Created] (AURORA-490) aurora create fail due to incorrect UpdateConfig.watch_secs

Bhuvan Arumugam created AURORA-490:
--------------------------------------

             Summary: aurora create fail due to incorrect UpdateConfig.watch_secs
                 Key: AURORA-490
                 URL: https://issues.apache.org/jira/browse/AURORA-490
             Project: Aurora
          Issue Type: Bug
          Components: Client
    Affects Versions: 0.6.0
            Reporter: Bhuvan Arumugam


The create fail, if {{HealthCheckConfig.initial_interval_secs}} is specified and {{UpdateConfig.watch_secs}} is not specified.

If {{UpdateConfig.watch_secs}} is not specified, it should default to sensible default. It should report following error only if the user have defined {{UpdateConfig.watch_secs}} and it is lesser than expected seconds.

{code}
[bhuvan@scheduler apps]$ aurora create int/bhuvan/staging10/AppName AppName.aurora 
FATAL] 
You have specified an insufficiently short watch period (45 seconds) in your update configuration.
Your update will always succeed. In order for the updater to detect health check failures,
UpdateConfig.watch_secs must be greater than 330 seconds to account for an initial
health check interval (180 seconds) plus 5 consecutive failures at a check interval of 30 seconds.
{code}



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