Repository: mesos Updated Branches: refs/heads/master e870bb3ed -> ad1d6fca2
Removed a stale TODO. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ad1d6fca Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ad1d6fca Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ad1d6fca Branch: refs/heads/master Commit: ad1d6fca27baa5a9da3abb3e708f37d392044bbc Parents: e870bb3 Author: Benjamin Mahler <[email protected]> Authored: Thu Aug 6 19:46:17 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Thu Aug 6 19:46:17 2015 -0700 ---------------------------------------------------------------------- src/master/master.cpp | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ad1d6fca/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index d699e4b..a7b8527 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -1966,9 +1966,6 @@ void Master::_subscribe( framework->reregisteredTime = Clock::now(); if (subscribe.force()) { - // TODO(benh): Should we check whether the new scheduler has - // given us a different framework name, user name or executor - // info? // TODO(vinod): Now that the scheduler pid is unique we don't // need to call 'failoverFramework()' if the pid hasn't changed // (i.e., duplicate message). Instead we can just send the
