-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70996/
-----------------------------------------------------------
(Updated July 9, 2019, 12:27 p.m.)
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Greg Mann, and Vinod Kone.
Changes
-------
Added/modified some comments and style.
Changed `reactivate` to include a CHECK.
Bugs: MESOS-9814
https://issues.apache.org/jira/browse/MESOS-9814
Repository: mesos
Description
-------
This fleshes out three master calls:
* DRAIN_AGENT
* DEACTIVATE_AGENT
* REACTIVATE_AGENT
The master now stores a mapping of agent draining or deactivation
information. When an agent reconnects, this information is checked
before informing the allocator about the agent.
This commit leaves out certain aspects of each endpoint's validation,
such as checking if draining agents are not in maintenance schedules.
The DRAIN_AGENT call is not completely implemented here, because the
transition from DRAINING to DRAINED will be added in a separate commit.
Diffs (updated)
-----
src/master/http.cpp b42ebb953e0510e83ec6bd041cbddbeb8f60067c
src/master/master.hpp 23dafe746b6f9b3d70ad7220f54c4d49068b8af8
src/master/master.cpp 5247377c2e7e92b9843dd4c9d28f92ba679ad742
Diff: https://reviews.apache.org/r/70996/diff/2/
Changes: https://reviews.apache.org/r/70996/diff/1-2/
Testing
-------
TODO: At this point, there isn't anything exposed by the master which can be used to check
the results of these APIs.
Thanks,
Joseph Wu
|