You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2019/04/11 00:08:00 UTC

[jira] [Created] (MESOS-9727) Heartbeat calls from executor to agent are reported as errors

Joseph Wu created MESOS-9727:
--------------------------------

             Summary: Heartbeat calls from executor to agent are reported as errors
                 Key: MESOS-9727
                 URL: https://issues.apache.org/jira/browse/MESOS-9727
             Project: Mesos
          Issue Type: Bug
          Components: agent, executor
    Affects Versions: 1.8.0
            Reporter: Joseph Wu


These HEARTBEAT calls and events were added in MESOS-7564. 

HEARTBEAT calls are generated by the executor library, which does not have access to the executor's Framework/Executor IDs.  The library therefore uses some dummy values instead, because HEARTBEAT calls do not really require required fields.  When the agent receives these dummy values, it returns a 400 Bad Request.  It should return 202 Accepted instead.



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