----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6534/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Description ------- Introduced a general mechanism for resource changed callbacks to be retried if failed at the first time. The main idea is to have a sequence number for each resource. A newer request will update the sequence number so that all the previous requests on that resource will be voided. This elegantly solve the batching update problem! This patch depends on https://reviews.apache.org/r/6501/ Diffs ----- src/slave/cgroups_isolation_module.hpp 00255b5 src/slave/cgroups_isolation_module.cpp 8a121e0 Diff: https://reviews.apache.org/r/6534/diff/ Testing ------- make check. Thanks, Jie Yu
