> On April 24, 2020, 5:19 a.m., Greg Mann wrote: > > include/mesos/mesos.proto > > Lines 1787 (patched) > > <https://reviews.apache.org/r/72398/diff/1/?file=2224242#file2224242line1787> > > > > This looks like a breaking change, I don't think we should change the > > type of existing fields. Why do we need to change this?
The reason that I changed it to double is we need to support infinite limit. As per https://en.cppreference.com/w/cpp/types/numeric_limits/has_infinity , integer types do support infinity, so I have to choose to use double. - Qian ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72398/#review220471 ----------------------------------------------------------- On April 21, 2020, 9:17 p.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72398/ > ----------------------------------------------------------- > > (Updated April 21, 2020, 9:17 p.m.) > > > Review request for mesos, Andrei Budnik and Greg Mann. > > > Bugs: MESOS-10117 > https://issues.apache.org/jira/browse/MESOS-10117 > > > Repository: mesos > > > Description > ------- > > Updated `ResourceStatistics` to support container resource limits. > > > Diffs > ----- > > include/mesos/mesos.proto 9412ed736231547b22abc89188316b08d5445e78 > include/mesos/v1/mesos.proto 194c42cf57e34d803a21cab03db17614855e8692 > > > Diff: https://reviews.apache.org/r/72398/diff/1/ > > > Testing > ------- > > > Thanks, > > Qian Zhang > >
