Vinod Kone created MESOS-9552:
---------------------------------
Summary: Tasks in unreachable state are not answered during
implicit reconciliation
Key: MESOS-9552
URL: https://issues.apache.org/jira/browse/MESOS-9552
Project: Mesos
Issue Type: Bug
Reporter: Vinod Kone
Implicit reconciliation only answers about tasks in `pendingTasks` and `tasks`
in the `Framework` struct. But it ignores tasks in `unreachableTasks` list.
Even during explicit reconciliation master doesn't look at the
`unreachableTasks` map, but it answers it correctly, in case the agent id is
set, because the corresponding agent in in unreachable list. If instead master
looks into `unreachableTasks` map it could answer irrespective of the agent id
being set.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)