-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63353/
-----------------------------------------------------------
(Updated Nov. 2, 2017, 12:52 p.m.)
Review request for mesos, Benjamin Mahler, Greg Mann, and Vinod Kone.
Summary (updated)
-----------------
Don't clear the executor ID of executors on re-registration.
Bugs: MESOS-8135
https://issues.apache.org/jira/browse/MESOS-8135
Repository: mesos
Description
-------
Previously the agent would sometimes clear the executor ID of
non-command executors before sending the `ReregisterSlaveMessage`
message.
Diffs
-----
src/slave/slave.cpp 337083dbe60bba2d3773b785bdceeaf0b8fcd070
Diff: https://reviews.apache.org/r/63353/diff/3/
Testing
-------
Verified that the new test fails on GNU/Linux without the rest of the patch,
but passes with it.
Thanks,
Gaston Kleiman