Details
Description
The docker patch changed the ExecutorInfo of the GC executor. This causes the mesos slave to fail to launch the GC task with the following error:
I0130 21:50:05.373389 50869 master.cpp:3441] Sending status update TASK_LOST (UUID: 82ef615c-0d59-4427-95d5-80cf0e52b3fc) for task system-gc-c89c0c05-200c-462e-958a-ecd7b9a76831 of framework 201103282247-0000000019-0000 'Task has invalid ExecutorInfo (existing ExecutorInfo with same ExecutorID is not compatible).
The root of this appears to be setting the shell attribute in the ExecutorInfo to be true when it was unset before.
Attachments
Issue Links
- relates to
-
MESOS-2309 Mesos rejects ExecutorInfo as incompatible when there is no functional difference
- Resolved