Benjamin Bannier created MESOS-9482:
---------------------------------------
Summary: Resource provider manager can crash on invalid data from
resource providers
Key: MESOS-9482
URL: https://issues.apache.org/jira/browse/MESOS-9482
Project: Mesos
Issue Type: Bug
Reporter: Benjamin Bannier
The resource provider manager code currently contains a number of assertions
which will crash the manager (and its agent) if some forms of invalid data are
received from a resource provider. This is dangerous since resource providers
are not necessarily part of Mesos-controlled code (they talk to the manager
over an HTTP API and could even be in external processes).
Instead of crashing, the resource provider manager should disconnect the
resource providers in such scenarios.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)