You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Zameer Manji (JIRA)" <ji...@apache.org> on 2015/01/30 23:57:35 UTC

[jira] [Updated] (AURORA-1076) Docker patch created incompatible ExeuctorInfo changes for GC executor

     [ https://issues.apache.org/jira/browse/AURORA-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zameer Manji updated AURORA-1076:
---------------------------------
    Description: 
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 shell attribute in the ExecutorInfo to be true when it was unset before.

  was:
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.


> 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
>            Assignee: 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 shell attribute in the ExecutorInfo to be true when it was unset before.



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