-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63353/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Greg Mann.
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 d8477b4e364270f5ad61311aa8fe48f823bc7aac
src/tests/master_slave_reconciliation_tests.cpp
d5eb7ba68c5308338236879e7cb1e970a01e48e6
Diff: https://reviews.apache.org/r/63353/diff/1/
Testing
-------
Verified that the new test fails on GNU/Linux without the rest of the patch,
but passes with it.
Thanks,
Gaston Kleiman