-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51668/
-----------------------------------------------------------

(Updated Sept. 13, 2016, 2:41 p.m.)


Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, Joseph 
Wu, and Kevin Klues.


Summary (updated)
-----------------

Changed the nested ContainerID from hashmap to hashset in memory.


Repository: mesos


Description (updated)
-------

To support nested containers, each container should maintain a list
of its children containers in structure. The tree-like structure is
not necessary though. We just need to keep a flat hashset for nested
containers.


Diffs (updated)
-----

  src/slave/containerizer/mesos/containerizer.hpp 
078ef4f4e7bf5e1522804a720c51cfa5518d8efd 

Diff: https://reviews.apache.org/r/51668/diff/


Testing
-------

make check


Thanks,

Gilbert Song

Reply via email to