You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Zhitao Li (JIRA)" <ji...@apache.org> on 2017/10/12 15:56:00 UTC

[jira] [Updated] (MESOS-8075) Add RWMutex to libprocess

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

Zhitao Li updated MESOS-8075:
-----------------------------
    Shepherd: Benjamin Hindman

> Add RWMutex to libprocess
> -------------------------
>
>                 Key: MESOS-8075
>                 URL: https://issues.apache.org/jira/browse/MESOS-8075
>             Project: Mesos
>          Issue Type: Task
>          Components: libprocess
>            Reporter: Zhitao Li
>            Assignee: Zhitao Li
>
> We want to add a new {{RWMutex}} similar to {{Mutex}}, which can provide better concurrecy protection for mutual exclusive actions, but allow high concurrency for actions which can be performed at the same time.
> One use case is image garbage collection: the new API {{provisioner::pruneImages}} needs to be mutually exclusive from {{provisioner::provision}}, but multiple {{{provisioner::provision}} can concurrently run safely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)