----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70161/#review213642 -----------------------------------------------------------
Patch looks great! Reviews applied: [70061, 70062, 70069, 70063, 70148, 70149, 70150, 70151, 70152, 70159, 70160, 70161] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers --disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On March 8, 2019, 7:25 a.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70161/ > ----------------------------------------------------------- > > (Updated March 8, 2019, 7:25 a.m.) > > > Review request for mesos and Benjamin Mahler. > > > Bugs: MESOS-9596 > https://issues.apache.org/jira/browse/MESOS-9596 > > > Repository: mesos > > > Description > ------- > > A `QuotaConfig` is valid if the following conditions are met: > > (1) The config has a valid non-"*" role. > > (2) Resource scalar values are non-negative and finite. > > (3) If both guarantees and limits are set for a particular > resource, then guarantee <= limit for that resource. > > > Diffs > ----- > > src/master/quota.hpp 5cd2bb0e8669ee0290a4c1fe1058b87251772939 > src/master/quota.cpp 671626c01ada595d7557d5266e39a17cce243b94 > > > Diff: https://reviews.apache.org/r/70161/diff/1/ > > > Testing > ------- > > make check > dedicated test added in subsequent patches > > > Thanks, > > Meng Zhu > >
