You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Mark Chu-Carroll (JIRA)" <ji...@apache.org> on 2014/05/11 00:10:17 UTC

[jira] [Created] (AURORA-399) Restart command does not check for invalid parameters

Mark Chu-Carroll created AURORA-399:
---------------------------------------

             Summary: Restart command does not check for invalid parameters
                 Key: AURORA-399
                 URL: https://issues.apache.org/jira/browse/AURORA-399
             Project: Aurora
          Issue Type: Bug
          Components: Client
            Reporter: Mark Chu-Carroll
            Assignee: Mark Chu-Carroll


In restart, the "max-total-failures" parameter is expected to be greater than or equal to zero. If it's less than zero, then restart will immediately fail, because the total number of failures (0) is greater than the max allowable threshold. 

It should check its parameter, and notify the user if they specify an invalid value.




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