Andrei Sekretenko created MESOS-10085:
-----------------------------------------
Summary: Operator API events are silently dropped on transient
authorization failures.
Key: MESOS-10085
URL: https://issues.apache.org/jira/browse/MESOS-10085
Project: Mesos
Issue Type: Bug
Reporter: Andrei Sekretenko
If Authorizer::getObjectApprover() retruns Failure, the Event will not be sent
to subscriber:
https://github.com/apache/mesos/blob/e3db054d639b79a7b0246d2431ff8eece3e394e8/src/master/master.cpp#L13274
This means that transient authorization failures cause random events to be
dropped, without subscriber ever being notified about those events.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)