[
https://issues.apache.org/jira/browse/MESOS-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15480798#comment-15480798
]
Jie Yu commented on MESOS-6067:
-------------------------------
commit 33f7ea594caef491dfa289284a493f24aa904d49
Author: Gilbert Song <[email protected]>
Date: Sat Sep 10 18:29:49 2016 -0700
Changed provisioner recover interface for nesting support.
The current interface for provisioner::recover() is not sufficient for
provisioner to recognize unknown child containers. For instance, a
checkpointed top level executor container may contain child containers
that haven't been forked yet. Currently, the ContainerState list and
orphans set combined are not sufficient to find out unknown child
containers.
The launcher is responsible to return all known containers (from all
hierarchy). This simplifies the logic in provisioner/isolator recover.
Review: https://reviews.apache.org/r/51770/
> Support provisioner to be nested aware for Mesos Pods.
> ------------------------------------------------------
>
> Key: MESOS-6067
> URL: https://issues.apache.org/jira/browse/MESOS-6067
> Project: Mesos
> Issue Type: Task
> Components: containerization
> Reporter: Gilbert Song
> Assignee: Gilbert Song
> Labels: containerizer, provisioner
>
> The provisioner has to be nested aware for sub-container provisioning, as
> well as recovery and nested container destroy. Better to support multi-level
> hierarchy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)