You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2015/07/24 05:43:02 UTC

mesos git commit: Added a missing change in port mapping isolator.

Repository: mesos
Updated Branches:
  refs/heads/master 30205f825 -> 758bed323


Added a missing change in port mapping isolator.


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

Branch: refs/heads/master
Commit: 758bed3232c203379a63d5864889ae811580a5c2
Parents: 30205f8
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Jul 23 20:42:52 2015 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Jul 23 20:42:52 2015 -0700

----------------------------------------------------------------------
 src/slave/containerizer/isolators/network/port_mapping.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/758bed32/src/slave/containerizer/isolators/network/port_mapping.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/isolators/network/port_mapping.cpp b/src/slave/containerizer/isolators/network/port_mapping.cpp
index 98c6faa..39d1813 100644
--- a/src/slave/containerizer/isolators/network/port_mapping.cpp
+++ b/src/slave/containerizer/isolators/network/port_mapping.cpp
@@ -1805,7 +1805,7 @@ Future<Nothing> PortMappingIsolatorProcess::recover(
 
   // Now, actually recover the isolator from slave's state.
   foreach (const ExecutorRunState& state, states) {
-    const ContainerID& containerId = state.id();
+    const ContainerID& containerId = state.container_id();
     pid_t pid = state.pid();
 
     VLOG(1) << "Recovering network isolator for container "