-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55887/
-----------------------------------------------------------

(Updated March 12, 2017, 8:05 a.m.)


Review request for mesos, Adam B, Anand Mazumdar, Alexander Rojas, and Jiang 
Yan Xu.


Changes
-------

Addressed comments.


Bugs: MESOS-6953
    https://issues.apache.org/jira/browse/MESOS-6953


Repository: mesos


Description
-------

Added support for action `run_tasks` on the agent's flag `acl`. Based on
the ACL configured for `run_tasks`, a task to be launched on the agent
can be (dis)allowed to launch on the agent.
If a task or task group cannot be launched due to failed authorization,
a `TASK_ERROR` Status Update shall be sent with a reason code of
`REASON_TASK_UNAUTHORIZED` or `REASON_TASK_GROUP_UNAUTHORIZED` as
applicable.
Note that in case of a task group, all tasks fail if any of the tasks
within the task group encounter the authorization error.


Diffs (updated)
-----

  src/slave/slave.hpp 978edd6309dfbbde1058f9c44d5fac7083ff95fb 
  src/slave/slave.cpp 2308d5bf1fef5e1a6458a3bb742a16935a127929 


Diff: https://reviews.apache.org/r/55887/diff/11/

Changes: https://reviews.apache.org/r/55887/diff/10-11/


Testing
-------

All tests passed.


Thanks,

Anindya Sinha

Reply via email to