You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/03/15 21:30:34 UTC

[jira] [Created] (MESOS-4950) Implement reconnect funtionality in the scheduler library.

Anand Mazumdar created MESOS-4950:
-------------------------------------

             Summary: Implement reconnect funtionality in the scheduler library.
                 Key: MESOS-4950
                 URL: https://issues.apache.org/jira/browse/MESOS-4950
             Project: Mesos
          Issue Type: Bug
            Reporter: Anand Mazumdar


Currently, there is no way for the schedulers to force a reconnection attempt with the master using the scheduler library {{src/scheduler/scheduler.cpp}}. It is specifically useful in scenarios where there is a one way network partition with the master. Due to this, the scheduler has not received any {{HEARTBEAT}} events from the master. In this case, the scheduler might want to force a reconnection attempt with the master instead of relying on the {{disconnected}} callback.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)