You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/10/16 20:44:10 UTC

mesos git commit: Removed no longer valid TODO around Heartbeat events in the Scheduler API protobuf.

Repository: mesos
Updated Branches:
  refs/heads/master 887422627 -> 89c3c0541


Removed no longer valid TODO around Heartbeat events in the Scheduler
API protobuf.

Review: https://reviews.apache.org/r/39406


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

Branch: refs/heads/master
Commit: 89c3c0541f27c255511c4c382c00e871196c1bfd
Parents: 8874226
Author: Anand Mazumdar <ma...@gmail.com>
Authored: Fri Oct 16 11:43:19 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Oct 16 11:43:20 2015 -0700

----------------------------------------------------------------------
 include/mesos/scheduler/scheduler.proto    | 2 --
 include/mesos/v1/scheduler/scheduler.proto | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/89c3c054/include/mesos/scheduler/scheduler.proto
----------------------------------------------------------------------
diff --git a/include/mesos/scheduler/scheduler.proto b/include/mesos/scheduler/scheduler.proto
index 06ddd48..417cfe6 100644
--- a/include/mesos/scheduler/scheduler.proto
+++ b/include/mesos/scheduler/scheduler.proto
@@ -59,8 +59,6 @@ message Event {
 
     // This value will be set if the master is sending heartbeats. See
     // the comment above on 'HEARTBEAT' for more details.
-    // TODO(vinod): Implement heartbeats in the master once the master
-    // can send HTTP events.
     optional double heartbeat_interval_seconds = 2;
   }
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/89c3c054/include/mesos/v1/scheduler/scheduler.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/scheduler/scheduler.proto b/include/mesos/v1/scheduler/scheduler.proto
index 871c2ef..4f6cf5b 100644
--- a/include/mesos/v1/scheduler/scheduler.proto
+++ b/include/mesos/v1/scheduler/scheduler.proto
@@ -59,8 +59,6 @@ message Event {
 
     // This value will be set if the master is sending heartbeats. See
     // the comment above on 'HEARTBEAT' for more details.
-    // TODO(vinod): Implement heartbeats in the master once the master
-    // can send HTTP events.
     optional double heartbeat_interval_seconds = 2;
   }