----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66458/ -----------------------------------------------------------
Review request for mesos and Greg Mann. Repository: mesos Description ------- `Master::recoverFramework()` only recovers operations affecting agent default resources. This patch makes it also recover operations affecting resources managed by resource providers. It also fixes a bug in which not just the corresponding operations, but all the ones affecting agent default resources will be added to the framework. Diffs ----- src/master/master.cpp 18382fa93fd0c59e641e00f2028ac1ae2e67c01c Diff: https://reviews.apache.org/r/66458/diff/1/ Testing ------- `sudo bin/mesos-tests` on GNU/Linux Thanks, Gaston Kleiman
