You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2018/01/09 09:33:00 UTC

[jira] [Created] (MESOS-8419) RP manager incorrectly setting framework ID leads to CHECK failure

Greg Mann created MESOS-8419:
--------------------------------

             Summary: RP manager incorrectly setting framework ID leads to CHECK failure
                 Key: MESOS-8419
                 URL: https://issues.apache.org/jira/browse/MESOS-8419
             Project: Mesos
          Issue Type: Bug
          Components: agent
            Reporter: Greg Mann


The resource provider manager [unconditionally sets the framework ID|https://github.com/apache/mesos/blob/3290b401d20f2db2933294470ea8a2356a47c305/src/resource_provider/manager.cpp#L637] when forwarding operation status updates to the agent. This is incorrect, for example, when the resource provider [generates OPERATION_DROPPED updates during reconciliation|https://github.com/apache/mesos/blob/3290b401d20f2db2933294470ea8a2356a47c305/src/resource_provider/storage/provider.cpp#L1653-L1657], and leads to protobuf errors in this case since the framework ID's required {{value}} field is left unset.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)