Vinod Kone created MESOS-1811:
---------------------------------
Summary: Reconcile disconnected/deactivated semantics in the
master code
Key: MESOS-1811
URL: https://issues.apache.org/jira/browse/MESOS-1811
Project: Mesos
Issue Type: Improvement
Reporter: Vinod Kone
Assignee: Vinod Kone
Currently the master code treats a deactivated and disconnected slave
similarly, by setting 'disconnected' variable in the slave struct. This causes
us to disconnect() a slave in cases where we really only want to deactivate()
the slave (e.g., authentication).
It would be nice to differentiate these semantics by adding a new variable
"active" in the Slave struct.
We might want to do the same with the Framework struct for consistency.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)