Kapil Arya created MESOS-2513:
---------------------------------
Summary: FrameworkID not set in FrameworkInfo sent to Slave as
part of RunTaskMessage
Key: MESOS-2513
URL: https://issues.apache.org/jira/browse/MESOS-2513
Project: Mesos
Issue Type: Bug
Reporter: Kapil Arya
While working on creating the decorator/undecorator hooks we realized that in
one of our slave hooks, we receive a FrameworkInfo which doesn't have the 'id'
field set. As it turns out, the FrameworkInfo sent by Master to Slave as part
of the RunTaskMessage is missing the id as well. In fact, the Master also sends
a FrameworkID separately as part of the RunTaskMessage.
Why not modify the Master to always set 'id' in FrameworkInfo before sending it
with RunTaskMessage. Would this affect the correctness?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)