Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
According to the comments in "scheduler.hpp", "sched.cpp" and also common sense, the Scheduler::disconnected() callback should be also invoked when master fails. However, in case of StandaloneMasterDetector this won't happen, since it doesn't track master failures. Though the StandaloneMasterDetector is not intended for production use, we should update it so that framework authors observe consistent behaviour and can test their frameworks in a single-master setup.
As a short-term fix we may want to update comments in "scheduler.hpp" and "sched.cpp" for clarity.
Attachments
Issue Links
- is related to
-
MESOS-5180 Scheduler driver does not detect disconnection with master and reregister.
- Accepted
- relates to
-
MESOS-887 Scheduler driver should use exited() to detect disconnection with Master.
- Open
-
MESOS-1963 Slave should use exited() to detect disconnection with Master.
- Accepted