-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64929/
-----------------------------------------------------------
Review request for mesos, Benno Evers and Vinod Kone.
Bugs: MESOS-8386
https://issues.apache.org/jira/browse/MESOS-8386
Repository: mesos
Description
-------
In the master failover case of marking agents unreachable, we
do not discard the rate limiting tokens when the agents re-register.
This means that the rate will be slowed down due to the no-op
operations that continue to obtain rate limiting tokens.
Diffs
-----
src/master/master.cpp 03eb178fa1af7d55ae387e6cb42cdc8d721a2196
Diff: https://reviews.apache.org/r/64929/diff/1/
Testing
-------
make check
Thanks,
Benjamin Mahler