You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2015/05/13 05:21:01 UTC

[jira] [Updated] (MESOS-645) Improve the performance of Future.

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

Jake Farrell updated MESOS-645:
-------------------------------
    Issue Type: Bug  (was: Sub-task)
        Parent:     (was: MESOS-629)

> Improve the performance of Future.
> ----------------------------------
>
>                 Key: MESOS-645
>                 URL: https://issues.apache.org/jira/browse/MESOS-645
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Jie Yu
>            Assignee: Jie Yu
>            Priority: Minor
>             Fix For: 0.16.0
>
>
> Future is performance critical. The current implementation of Future uses a Latch which leverages a process which is not efficient (e.g. user level switches, process creation/termination cost, etc.).
> Our idea is to create the Latch in each Future lazily so that in common cases, we don't need to create a Latch.



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