You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/10/13 00:24:28 UTC

mesos git commit: Removed a stale TODO in the nested container launch handler.

Repository: mesos
Updated Branches:
  refs/heads/master d3f560576 -> 58bfa80c6


Removed a stale TODO in the nested container launch handler.

This is a remnant from https://reviews.apache.org/r/52569/.


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

Branch: refs/heads/master
Commit: 58bfa80c68803ed5a1eeb576df1d021aed229fd3
Parents: d3f5605
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed Oct 12 17:23:40 2016 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed Oct 12 17:24:23 2016 -0700

----------------------------------------------------------------------
 src/slave/http.cpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/58bfa80c/src/slave/http.cpp
----------------------------------------------------------------------
diff --git a/src/slave/http.cpp b/src/slave/http.cpp
index 79061c3..a1fbb7a 100644
--- a/src/slave/http.cpp
+++ b/src/slave/http.cpp
@@ -1961,8 +1961,6 @@ Future<Response> Slave::Http::launchNestedContainer(
   }
 #endif
 
-  // TODO(gilbert): The sandbox directory and user are incorrect,
-  // Please update it.
   Future<bool> launched = slave->containerizer->launch(
       containerId,
       call.launch_nested_container().command(),