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 2015/03/28 01:12:52 UTC

[jira] [Created] (AURORA-1234) aurora job restart report success, even if it is failed

Bhuvan Arumugam created AURORA-1234:
---------------------------------------

             Summary: aurora job restart report success, even if it is failed
                 Key: AURORA-1234
                 URL: https://issues.apache.org/jira/browse/AURORA-1234
             Project: Aurora
          Issue Type: Bug
          Components: Client
    Affects Versions: 0.7.0
            Reporter: Bhuvan Arumugam


The job is struck in RESTARTING state, as the slave is unreachable from scheduler, or slave is unregistered in mesos abruptly.

The update indicate that it's successful, though it had failed.

{code}
aurora job restart $cluster/$role/$env/$job
 INFO] Performing rolling restart of job $cluster/$role/$env/$job
(instances: [0])
 INFO] Restarting instances: [0]
 INFO] Watching instances: [0]
 INFO] Instance 0 was not reported healthy within 60 seconds
ERROR] 1 failed instances observed, maximum allowed is 0
ERROR] 1 instance failures for instance 0, maximum allowed is 0
ERROR] 1 failed instances observed, maximum allowed is 0
ERROR] 1 instance failures for instance 0, maximum allowed is 0
 INFO] Restart failures threshold reached. Aborting
Job $cluster/$role/$env/$job restarted successfully
[bhuvan@sunshine ~]$ echo $?  
0
{code}



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