-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62478/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7445
https://issues.apache.org/jira/browse/MESOS-7445
Repository: mesos
Description
-------
This change adds the neccessary logic for handling the mark agent
gone call on the master. Once an agent is marked as gone, it's
not allowed to re-register with the Mesos master. GC'ing the
list of gone agents (it can grow unbounded) would be added in
a separate change.
Diffs
-----
src/master/http.cpp 28d0393fb5962df4d731521265efd81a54e1e655
src/master/master.hpp 05f88111afb4fa0e2baf57106e1479914c16a113
src/master/master.cpp 6d84a26bff970b842b58dfb69dbf232ba5c16a20
src/master/validation.cpp a6e6a90af7d8d1242e28e93af551a2096db62939
Diff: https://reviews.apache.org/r/62478/diff/1/
Testing
-------
make check
Thanks,
Anand Mazumdar