You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/10/14 12:15:46 UTC

mesos git commit: Revert "Removed the expired TODO about non-recursive version... `cgroups::get`."

Repository: mesos
Updated Branches:
  refs/heads/master 9fc2901d2 -> fcd5106b5


Revert "Removed the expired TODO about non-recursive version...
        `cgroups::get`."

This reverts commit e042aa071a77ef1922d9b1a93f6e8adf221979b3.

RR https://reviews.apache.org/r/51185/ should have been committed
together with https://reviews.apache.org/r/51031/. However, the
latter is not going to make it into the 1.1.0 release, hence the
former is reverted now to avoid confusion.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fcd5106b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fcd5106b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fcd5106b

Branch: refs/heads/master
Commit: fcd5106b5dfa14bc83eae68415bd4782c16f79a4
Parents: 9fc2901
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 14 14:10:23 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 14 14:15:02 2016 +0200

----------------------------------------------------------------------
 src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fcd5106b/src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp b/src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp
index 9359cef..c2fcc0b 100644
--- a/src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp
+++ b/src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp
@@ -212,6 +212,7 @@ Future<Nothing> CgroupsIsolatorProcess::_recover(
   hashset<ContainerID> unknownOrphans;
 
   foreach (const string& hierarchy, subsystems.keys()) {
+    // TODO(jieyu): Use non-recursive version of `cgroups::get`.
     Try<vector<string>> cgroups = cgroups::get(
         hierarchy,
         flags.cgroups_root);