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/07/28 13:39:00 UTC

[jira] [Created] (MESOS-10166) Avoid sending framework updates to agents and subscribers when frameworkInfo/pid didn't change.

Andrei Sekretenko created MESOS-10166:
-----------------------------------------

             Summary: Avoid sending framework updates to agents and subscribers when frameworkInfo/pid didn't change.
                 Key: MESOS-10166
                 URL: https://issues.apache.org/jira/browse/MESOS-10166
             Project: Mesos
          Issue Type: Task
            Reporter: Andrei Sekretenko


Currently, FrameworkInfo is broadcast to agents and V1API events subscribers on every framework resubscription/update, regardless of whether it has actually changed or not.

When schedulers frequently call UPDATE_FRAMEWORK to only update subscription settings (the list of suppressed roles, and, after implementing https://issues.apache.org/jira/browse/MESOS-10161, offer constraints), the FrameworkInfo broadcast on every UPDATE_FRAMEWORK call becomes undesirable.

Sending 'pid' update to agents is affected by the same issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)