----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51891/ -----------------------------------------------------------
(Updated Sept. 15, 2016, 5:59 p.m.) Review request for mesos and Vinod Kone. Changes ------- New version to trigger reviewbot (hopefully). Repository: mesos Description ------- If GC occurs concurrently with another operation that changes the registry (e.g., reregistration of an agent that is also going to be removed by the GC operation), the GC might not be able to prune as many entries as expected from the registry. Along the way, this commit updates the master's logging to emit a warning in this situation. It also corrects an inaccuracy: we should report the number of agents we actually pruned from the registry, not the number we _attempted_ to reclaim. Diffs (updated) ----- src/master/master.cpp b88472f6350d3f71e057bab34822423da5427151 src/tests/partition_tests.cpp 8e3827a33f957187d14354e2d27dccd27c37290d Diff: https://reviews.apache.org/r/51891/diff/ Testing ------- `make check` Thanks, Neil Conway
