This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new a61dba6 Corrected documentation for a missed TASK_DROPPED case.
a61dba6 is described below
commit a61dba64e92d3142c5e4e58d54e764ac1956f644
Author: bmahler <[email protected]>
AuthorDate: Tue Nov 19 16:25:04 2019 -0500
Corrected documentation for a missed TASK_DROPPED case.
The first case for REASON_SLAVE_DISCONNECTED will return
TASK_DROPPED, see:
https://github.com/apache/mesos/blob/1.9.0/
src/master/master.cpp#L4939-L4943
---
docs/task-state-reasons.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/task-state-reasons.md b/docs/task-state-reasons.md
index e34e36e..10cb7e0 100644
--- a/docs/task-state-reasons.md
+++ b/docs/task-state-reasons.md
@@ -236,6 +236,9 @@ As of Mesos 1.4, the following reasons are being used.
<code> REASON_SLAVE_DISCONNECTED
</code></td><td> The agent on which the task was running disconnected, and
didn't reconnect in time.
+<br/><strong> Note:
+</strong> For partition-aware frameworks, the state will
+ be <code> TASK_DROPPED </code> instead
</td></tr>
<tr><td> The task was part of an accepted offer, but the agent
sending the offer disconnected in the meantime.