[
https://issues.apache.org/jira/browse/MESOS-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15361699#comment-15361699
]
Joerg Schad commented on MESOS-5757:
------------------------------------
Extended install() to support 7 arguments.
https://reviews.apache.org/r/49606/
Added support for recovered frameworks.
https://reviews.apache.org/r/49607/
Added filtering for orphaned tasks in /state endpoint.
https://reviews.apache.org/r/49609/
(test are almost ready and will follow tomorrow)
> Authorize orphaned tasks
> ------------------------
>
> Key: MESOS-5757
> URL: https://issues.apache.org/jira/browse/MESOS-5757
> Project: Mesos
> Issue Type: Bug
> Components: security
> Affects Versions: 1.0.0
> Reporter: Vinod Kone
> Assignee: Joerg Schad
> Labels: mesosphere, security
> Fix For: 1.0.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)