You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/10/30 22:53:01 UTC

[jira] [Created] (MESOS-8149) Move all `markGone` logic into master.

Jie Yu created MESOS-8149:
-----------------------------

             Summary: Move all `markGone` logic into master.
                 Key: MESOS-8149
                 URL: https://issues.apache.org/jira/browse/MESOS-8149
             Project: Mesos
          Issue Type: Improvement
            Reporter: Jie Yu


Currently, it's split between master's http handler (in src/master/http.cpp) and master (src/master/master.cpp).
https://github.com/apache/mesos/blob/6ecbf02c21d3cfdb74c56cbdde5d2c5879149ae9/src/master/master.cpp#L7473
https://github.com/apache/mesos/blob/6ecbf02c21d3cfdb74c56cbdde5d2c5879149ae9/src/master/http.cpp#L5398-L5420

We should consider moving all logics related to marking an agent gone to the master.cpp.



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