[
https://issues.apache.org/jira/browse/MESOS-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499594#comment-15499594
]
Jie Yu commented on MESOS-6186:
-------------------------------
Author: Kevin Klues <[email protected]>
Date: Sat Sep 17 13:01:31 2016 -0700
Updated 'cgroups' isolator 'watch' to be properly nested aware.
In a previous iteration of attempting to make this isolator nested
aware, we (incorrectly) decided to return a 'Failure()' in 'watch()'
for nested containers. However, we shouldn't just blindly fail this
call for nested containers. Instead we should just return a 'Future'
that will never be satisfied. This way it is safe to call 'watch()'
for nested containers, without any unwanted side effects.
This commit fixes this issue.
Review: https://reviews.apache.org/r/51988/
> Make the generic `cgroups` isolator nesting aware
> -------------------------------------------------
>
> Key: MESOS-6186
> URL: https://issues.apache.org/jira/browse/MESOS-6186
> Project: Mesos
> Issue Type: Task
> Reporter: Kevin Klues
> Assignee: Kevin Klues
> Fix For: 1.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)