You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Adam B (JIRA)" <ji...@apache.org> on 2017/02/21 09:37:44 UTC

[jira] [Commented] (MESOS-7144) Wrap IOSwitchboard.connect() in a dispatch

    [ https://issues.apache.org/jira/browse/MESOS-7144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875680#comment-15875680 ] 

Adam B commented on MESOS-7144:
-------------------------------

Please backport to the 1.2.x branch once it's landed in master.

> Wrap IOSwitchboard.connect() in a dispatch
> ------------------------------------------
>
>                 Key: MESOS-7144
>                 URL: https://issues.apache.org/jira/browse/MESOS-7144
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Kevin Klues
>            Assignee: Kevin Klues
>              Labels: debugging
>
> Since the IOSwitchboard is implemented as a MesosIsolatorProcess, most
> of its API calls are automatically dispatched onto its underlying
> process by an Isolator wrapper. However, the IOSwitchboard also
> includes an additional connect() call which is not accessed through
> the Isolator wrapper. As such, we need to wrap it in a dispatch call
> manually.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)