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)