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/07/21 11:47:58 UTC

mesos git commit: Added a ticket to a comment for more context.

Repository: mesos
Updated Branches:
  refs/heads/master 0fde47699 -> 490aef31f


Added a ticket to a comment for more context.


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

Branch: refs/heads/master
Commit: 490aef31f4f1146bc01ab3537c47a474147126c6
Parents: 0fde476
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Jul 21 13:45:25 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Jul 21 13:46:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/490aef31/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 3e71311..7d98552 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -1429,7 +1429,7 @@ void Slave::doReliableRegistration(Duration maxBackoff)
 
       // TODO(bmahler): We need to send the executors for these
       // pending tasks, and we need to send exited events if they
-      // cannot be launched: MESOS-1715 MESOS-1720.
+      // cannot be launched, see MESOS-1715, MESOS-1720, MESOS-1800.
       typedef hashmap<TaskID, TaskInfo> TaskMap;
       foreachvalue (const TaskMap& tasks, framework->pending) {
         foreachvalue (const TaskInfo& task, tasks) {