You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2017/06/16 21:48:00 UTC

[jira] [Commented] (MESOS-7549) Consistently use EXIT() during agent startup.

    [ https://issues.apache.org/jira/browse/MESOS-7549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052426#comment-16052426 ] 

James Peach commented on MESOS-7549:
------------------------------------

This was landed in 1.3.

> Consistently use EXIT() during agent startup.
> ---------------------------------------------
>
>                 Key: MESOS-7549
>                 URL: https://issues.apache.org/jira/browse/MESOS-7549
>             Project: Mesos
>          Issue Type: Bug
>          Components: agent
>            Reporter: James Peach
>            Assignee: James Peach
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> In {{src/slave/main.cpp}}, the agent sometimes exits with {{return EXIT_FAILURE}} and sometimes exits with {{EXIT(EXIT_FAILURE)}}. We should be consistent about using the latter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)