Repository: mesos Updated Branches: refs/heads/master 73953546e -> b939f185f
Fixed typo in comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b939f185 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b939f185 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b939f185 Branch: refs/heads/master Commit: b939f185fb73f8504c05608676cb8b09d1172ccb Parents: 7395354 Author: Neil Conway <[email protected]> Authored: Tue Apr 18 15:29:35 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Tue Apr 18 15:29:35 2017 -0700 ---------------------------------------------------------------------- src/master/master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b939f185/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index 0f4c64c..52de2f9 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -5944,7 +5944,7 @@ void Master::_reregisterSlave( send(slave->pid, message); // The framework's tasks should not be stored in the master's - // in-memory state, because they were not re-added filtered above. + // in-memory state, because they were not re-added above. CHECK(!slave->tasks.contains(framework.id())); } else if (isCompletedFramework(framework.id())) { LOG(INFO) << "Shutting down framework " << framework.id()
