Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Per tweingartner on MESOS-544. For maintenance operations, there needs to be a way to fully shutdown a slave in a manner that kills all the underlying tasks.
This can be accomplished using a SIGUSR1 handler:
# drain current host pkill -USR1 mesos-slave
Attachments
Issue Links
- is related to
-
MESOS-2077 Ensure that TASK_LOSTs for a hard slave drain (SIGUSR1) include a Reason.
- Reviewable