-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59219/
-----------------------------------------------------------
(Updated May 16, 2017, 8:36 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Update description.
Summary (updated)
-----------------
Removed logic for handling missing FrameworkID in ExecutorInfo.
Bugs: MESOS-6977
https://issues.apache.org/jira/browse/MESOS-6977
Repository: mesos
Description (updated)
-------
The master will inject missing `FrameworkID`s into `ExecutorInfo` since
Mesos 0.23 (see MESOS-2290), so it should be safe to assume it is always
set.
Diffs (updated)
-----
src/master/master.cpp 4e7a161f431624bd78d3e9032eb8587687149cad
Diff: https://reviews.apache.org/r/59219/diff/2/
Changes: https://reviews.apache.org/r/59219/diff/1-2/
Testing
-------
make check
Thanks,
Neil Conway