Hi all, In our Mesos deployment, we end up with a lot of small frameworks (> 200) that hit their targets and have to refuse a lot of unwanted resources. This causes significant performance degradation and unnecessary memory use in the hierarchical allocator.
I'm proposing a new QuiesceOffers message that a framework can use to suppress offers of unwanted resources. See MESOS-3075. This has basically the same semantics as refusing resources with a filter, except that is it explicit that the framework doesn't need any more resources. In addition to comments on the API, I'd also like to solicit a shepherd to get this change committed :) thanks, James
