You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Connor Doyle (JIRA)" <ji...@apache.org> on 2016/02/29 20:16:18 UTC

[jira] [Created] (MESOS-4816) Expose TaskInfo to Isolators

Connor Doyle created MESOS-4816:
-----------------------------------

             Summary: Expose TaskInfo to Isolators
                 Key: MESOS-4816
                 URL: https://issues.apache.org/jira/browse/MESOS-4816
             Project: Mesos
          Issue Type: Improvement
          Components: modules, slave
            Reporter: Connor Doyle


Authors of custom isolator modules frequently require access to the TaskInfo in order to read custom metadata in task labels.

Currently, it's possible to link containers to tasks within a module by implementing both an isolator and the {{slaveRunTaskLabelDecorator}} hook, and maintaining a shared map of containers to tasks.  This way works, but adds unnecessary complexity.



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