Gilbert Song created MESOS-8887:
-----------------------------------
Summary: Improve the master registry GC on task state
transitioning.
Key: MESOS-8887
URL: https://issues.apache.org/jira/browse/MESOS-8887
Project: Mesos
Issue Type: Improvement
Components: master
Reporter: Gilbert Song
For disconnected agents, they will be gc-ed by the master registry after
`--registry_max_agent_age` duration. When the GC happens, the agent will be
removed from the master's unreachable agent list, but its corresponding tasks
are still in UNREACHABLE state. We should update those task to a terminal
state, either TASK_LOST or TASK_GONE (further discussion is needed to define
the semantic).
This improvement relates to how do we want to couple the update of task with
the GC of agent. Right now they are decoupled.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)