Zameer Manji created AURORA-1076:
------------------------------------
Summary: Docker patch created incompatible ExeuctorInfo changes
for GC executor
Key: AURORA-1076
URL: https://issues.apache.org/jira/browse/AURORA-1076
Project: Aurora
Issue Type: Bug
Reporter: Zameer Manji
Priority: Blocker
The [docker patch| https://reviews.apache.org/r/28920/diff/] changed the
ExecutorInfo of the GC executor. This causes the mesos slave to fail to launch
the GC task with the following error:
{noformat}
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).
{noformat}
The root of this appears to be setting the executorResources in the
ExecutorInfo to be an empty list where as it was unset/null before.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)