-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48453/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-5143
https://issues.apache.org/jira/browse/MESOS-5143
Repository: mesos
Description
-------
Since UPIDs are tracked in the scheduler driver to be able to directly
send FrameworkMessage to executor, we now track UPIDs for an executor
running on an agent (instead for a slave). We track this mapping only
for the life of the executor (instead of the life of the agent). This
enables us to avoid sending lost slave message to all frameworks
(instead of relevant frameworks only).
Diffs
-----
src/sched/sched.cpp 9f561d73a2e591afdc3ba4adb35a11763dced402
Diff: https://reviews.apache.org/r/48453/diff/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha