You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrei Sekretenko (Jira)" <ji...@apache.org> on 2020/01/06 17:18:00 UTC

[jira] [Created] (MESOS-10085) Operator API events are silently dropped on transient authorization failures.

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)