[
https://issues.apache.org/jira/browse/MESOS-7144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881897#comment-15881897
]
Adam B commented on MESOS-7144:
-------------------------------
commit b2ad1ae29514e67e3f29cb666e70060e2951ec42
Author: Kevin Klues <[email protected]>
Date: Thu Feb 23 18:43:27 2017 -0800
Wrapped IOSwitchboard.connect() in a dispatch.
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.
Review: https://reviews.apache.org/r/56814/
Backported to 1.2.x
commit 4b2f5033d10ef347ab1f51851425b07f9e4249b3
Author: Kevin Klues <[email protected]>
Date: Thu Feb 23 18:43:27 2017 -0800
Wrapped IOSwitchboard.connect() in a dispatch.
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.
Review: https://reviews.apache.org/r/56814/
> 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
> Fix For: 1.2.0
>
>
> 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)