This is an automated email from the ASF dual-hosted git repository.

bennoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 5e4aa14a2b6c5c753248e642289c04a267aca074
Author: Benno Evers <[email protected]>
AuthorDate: Thu Feb 28 18:01:47 2019 +0100

    Updated comment about operations.
    
    Review: https://reviews.apache.org/r/70115
---
 src/master/master.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/master/master.cpp b/src/master/master.cpp
index acc67d3..277aa7a 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -4230,7 +4230,7 @@ void Master::accept(
   // If invalid, send TASK_DROPPED for the launch attempts. If the
   // framework is not partition-aware, send TASK_LOST instead. If
   // other operations have their `id` field set, then send
-  // OPERATION_DROPPED updates for them.
+  // OPERATION_ERROR updates for them.
   //
   // TODO(jieyu): Consider adding a 'drop' overload for ACCEPT call to
   // consistently handle message dropping. It would be ideal if the

Reply via email to