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)