-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71480/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, Joseph Wu, and Vinod Kone.
Bugs: MESOS-9965
https://issues.apache.org/jira/browse/MESOS-9965
Repository: mesos
Description
-------
Previously, the agent would send task status updates with the state
TASK_GONE_BY_OPERATOR to all schedulers when an agent was drained
with the `mark_gone` parameter set to `true`.
This patch updates this code to ensure that TASK_GONE_BY_OPERATOR
is only sent to partition-aware schedulers.
Diffs
-----
src/slave/slave.cpp 4e9365669395c89202961ca80d41cd92346d23d2
src/tests/slave_tests.cpp 02b65a925a52d09b0a9183d3288b9ab363b98bc5
Diff: https://reviews.apache.org/r/71480/diff/1/
Testing
-------
`make check`
Thanks,
Greg Mann