You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/09/18 03:21:33 UTC

[jira] [Created] (MESOS-1811) Reconcile disconnected/deactivated semantics in the master code

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)