You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2019/02/25 16:39:00 UTC

[jira] [Created] (MESOS-9607) Removing a resource provider with users breaks resource publishing

Benjamin Bannier created MESOS-9607:
---------------------------------------

             Summary: Removing a resource provider with users breaks resource publishing
                 Key: MESOS-9607
                 URL: https://issues.apache.org/jira/browse/MESOS-9607
             Project: Mesos
          Issue Type: Bug
          Components: agent, resource provider
            Reporter: Benjamin Bannier


Currently, the agent publishes all resources considered "used" via the resource provider manager whenever it is asked to publish a subportion. If a resource provider with active users (e.g., tasks or even just executors) was removed, but a user stays around this will fail _any resource publishing_ on that node since a "used" resource provider is not subscribed.

We should either update the agent code to just deltas, or provide a workaround of the same effect in the resource provider manager.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)