Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The master event stream outgoing message authorization becomes very expensive for a large number of subscribers (cc greggomann).
Instead of asynchronously obtaining object approvers for every event multiplied by every subscriber, we can instead always hold on to valid object approvers so that we could synchronously (and cheaply) authorize the outgoing events. These object approvers would be kept up to date in the background, and if authorization fails to keep them up to date, we would treat that the same as an authorization failure is currently treated.
This should improve the performance dramatically.
Attachments
Issue Links
- is blocked by
-
MESOS-10056 Perform synchronous authorization for scheduler calls.
- Resolved
- is related to
-
MESOS-10085 Operator API events are silently dropped on transient authorization failures.
- Accepted