You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/10/08 04:17:16 UTC

[2/4] mesos git commit: Fixed an incorrect comment for `AGENT_ADDED` event.

Fixed an incorrect comment for `AGENT_ADDED` event.

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


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

Branch: refs/heads/master
Commit: a910c75523fd138df976f359b6759d628a7eb2ae
Parents: 2601b05
Author: Zhitao Li <zh...@gmail.com>
Authored: Fri Oct 7 19:56:28 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Fri Oct 7 19:56:28 2016 -0700

----------------------------------------------------------------------
 include/mesos/master/master.proto    | 2 +-
 include/mesos/v1/master/master.proto | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a910c755/include/mesos/master/master.proto
----------------------------------------------------------------------
diff --git a/include/mesos/master/master.proto b/include/mesos/master/master.proto
index 619e8bc..3553c68 100644
--- a/include/mesos/master/master.proto
+++ b/include/mesos/master/master.proto
@@ -475,7 +475,7 @@ message Event {
 
   // Forwarded by the master when an agent becomes known to it.
   // This can happen when an agent registered for the first
-  // time, or reregistered after a disconnection or failover.
+  // time, or reregistered after a master failover.
   message AgentAdded {
     required Response.GetAgents.Agent agent = 1;
   }

http://git-wip-us.apache.org/repos/asf/mesos/blob/a910c755/include/mesos/v1/master/master.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/master/master.proto b/include/mesos/v1/master/master.proto
index e4b5a6f..022b491 100644
--- a/include/mesos/v1/master/master.proto
+++ b/include/mesos/v1/master/master.proto
@@ -476,7 +476,7 @@ message Event {
 
   // Forwarded by the master when an agent becomes known to it.
   // This can happen when an agent registered for the first
-  // time, or reregistered after a disconnection or failover.
+  // time, or reregistered after a master failover.
   message AgentAdded {
     required Response.GetAgents.Agent agent = 1;
   }