Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.0.0
-
Mesosphere Sprint 38
Description
Currently, orphaned tasks are not filtered (i.e., using authorization) when a request is made to /state endpoint. This is inconsistent (and unexpected) with how we filter un-orphaned tasks.
This is tricky because master and hence the authorizer do not have FrameworkInfos for these orphaned tasks, until after the corresponding frameworks re-register.
One option is for the agent to include FrameworkInfos of all its tasks and executors in its re-registration message.
Attachments
Issue Links
- is related to
-
MESOS-5761 Improve the logic of orphan tasks
- Resolved