-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62477/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7444
https://issues.apache.org/jira/browse/MESOS-7444
Repository: mesos
Description
-------
This change adds the list of gone agents to the registry and also
introduces the `MarkSlaveGone` operation on the Mesos master. This
would be used by the Master Operator API handler to insert an agent
into the list of gone agent.
Diffs
-----
src/master/master.hpp 05f88111afb4fa0e2baf57106e1479914c16a113
src/master/registry.proto 362a9fab946e9fb0411df2277f7f3edbadccb61a
src/tests/registrar_tests.cpp b5fc45887e25345d49feb4975f6256cfd7b0fe55
Diff: https://reviews.apache.org/r/62477/diff/1/
Testing
-------
make check
Thanks,
Anand Mazumdar