-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62554/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-7448
https://issues.apache.org/jira/browse/MESOS-7448
Repository: mesos
Description
-------
This change introduces two master options `registry_max_gone_agent_age`
(age based) and `registry_max_gone_agent_count` (count based) for
GC'ing the list of gone agents in the registry.
Diffs
-----
src/master/constants.hpp 725680b1e5f1fb9ca87ec5130d0eff72309432ae
src/master/flags.hpp edda71af41a8d199bb24b84487300e9c85b12fec
src/master/flags.cpp fa6d274cb52448269a8108ffdc5f07bad8b222f2
src/master/master.hpp 05f88111afb4fa0e2baf57106e1479914c16a113
src/master/master.cpp 6d84a26bff970b842b58dfb69dbf232ba5c16a20
src/tests/master_tests.cpp 98908c00c2d5bfd08122fd317a2ce95332d9583d
src/tests/partition_tests.cpp 0886f4890ac3fec6f38146946892769a99c3e68f
src/tests/registrar_tests.cpp b5fc45887e25345d49feb4975f6256cfd7b0fe55
Diff: https://reviews.apache.org/r/62554/diff/1/
Testing
-------
make check
Thanks,
Anand Mazumdar