----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69648/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- `ScalarResourceQuantities` and `ResourceQuantities` share similar interfaces and functionalities. `ScalarResourceQuantities` currently is only used in the sorters. We intend to replace all resource quantity related usage with the global utility class `ResourceQuantities`. Diffs ----- src/master/allocator/sorter/drf/sorter.hpp 084df82baef91eca5775b0bd17d943f3fb8df70b src/master/allocator/sorter/drf/sorter.cpp a648fac7e922ab0aefdf9363624d7242f1fc6588 src/master/allocator/sorter/random/sorter.hpp 800b22c67126c2b14c5259d9d122d2e196cc80d8 src/master/allocator/sorter/random/sorter.cpp f578ef19b4dee9cf9c7c99a8988829ecde70ed6d src/master/allocator/sorter/sorter.hpp 68cf6988ef1a156cf16951e3164261234e9abeeb Diff: https://reviews.apache.org/r/69648/diff/1/ Testing ------- make check Thanks, Meng Zhu
