You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:28:08 UTC

[jira] [Issue Comment Deleted] (MESOS-7874) Convert slaveRunTaskLabelDecorator and masterRunTaskLabelDecorator to non-blocking API

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

Gavin updated MESOS-7874:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Convert slaveRunTaskLabelDecorator and masterRunTaskLabelDecorator to non-blocking API
> --------------------------------------------------------------------------------------
>
>                 Key: MESOS-7874
>                 URL: https://issues.apache.org/jira/browse/MESOS-7874
>             Project: Mesos
>          Issue Type: Improvement
>          Components: modules
>            Reporter: Zhitao Li
>            Assignee: Zhitao Li
>            Priority: Major
>              Labels: hooks, module
>
> Our use case: we need a non-blocking way to notify our secret management system during task launching sequence on agent. This mechanism needs to work for both {{DockerContainerizer}} and {{MesosContainerizer}}, and both {{custom executor}} and {{command executor}}, with proper access to labels on {{TaskInfo}}.
> As of 1.3.0, the hooks in [hook.hpp | https://github.com/apache/mesos/blob/1.3.0/include/mesos/hook.hpp] pretty inconsistent on these combination cases.
> The closest option on is {{slavePreLaunchDockerTaskExecutorDecorator}}, however it has a couple of problems:
> 1. For DockerContainerizer + custom executor, it strips away TaskInfo and sends a `None()` instead;
> 2. This hook is not called on {{MesosContainerizer}} at all. I guess it's because people can implement an {{isolator}}? However, it creates extra work for module authors and operators.
> The other option is {{slaveRunTaskLabelDecorator}}, but it has own problems:
> 1. Error are silently swallowed so module cannot stop the task running sequence;
> 2. It's a blocking version, which means we cannot wait for another subprocess's or RPC result.
> I'm inclined to fix the two problems on {{slavePreLaunchDockerTaskExecutorDecorator}}, but open to other suggestions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)