----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59081/ -----------------------------------------------------------
Review request for mesos, Benjamin Bannier and Jie Yu. Repository: mesos Description ------- The allocator interface expects resource provider IDs instead of slave IDs. The internal slave instance in the master will still use their slave IDs and create a resource provider ID from them to provide backwards compatibility. A later patch will change the callbacks of the allocator, until then the resource provider ID is copied from the slave ID of the callback. Diffs ----- src/master/http.cpp e2590a17044ac019b24a24629428d4ec8adc0c31 src/master/master.hpp 89d0790fd5fea59e74276f462581fe0073594732 src/master/master.cpp 4e7a161f431624bd78d3e9032eb8587687149cad src/master/quota_handler.cpp 7fe55808d4561ae5a8850ad904d09a7c65e014ce src/master/weights_handler.cpp a4d2fed758878f3e2b9557a61965816aa9e0399c Diff: https://reviews.apache.org/r/59081/diff/1/ Testing ------- make check Thanks, Jan Schlicht
