----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47120/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- Value from f() was used when it needs to be the value from map<> cost. small bug, the submodular cost was being used to determine if the budget constraint was being satisfied (<=B). Fixed that issue in this commit. Diffs ----- src/slave/containerizer/mesos/isolators/cgroups/devices/hwloc/SubmodularScheduler.cpp PRE-CREATION Diff: https://reviews.apache.org/r/47120/diff/ Testing ------- Thanks, Chris
