You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/08/07 21:43:47 UTC

[jira] [Created] (MESOS-624) Master improperly prints the exit status of the executor

Vinod Kone created MESOS-624:
--------------------------------

             Summary: Master improperly prints the exit status of the executor
                 Key: MESOS-624
                 URL: https://issues.apache.org/jira/browse/MESOS-624
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone
            Priority: Minor
             Fix For: 0.14.0


Instead of extracting the status via WEXITSTATUS() or checking WEXITED(), it just prints the 'int' value. This is erroneous.


slave
-------
I0807 18:39:55.782146 41771 slave.cpp:2074] Executor 'default' of framework 201308071828-2081170186-5050-41032-0000 has exited with status 127


master
----------
I0807 18:39:55.785429 41058 master.cpp:1260] Executor default of framework 201308071828-2081170186-5050-41032-0000 on slave 201308071828-2081170186-5050-41032-0 (***) exited with status 32512


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira