Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.