You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2017/02/18 18:36:45 UTC

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

Kevin Klues created MESOS-7144:
----------------------------------

             Summary: 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


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)