----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18144/#review35066 -----------------------------------------------------------
src/common/http.cpp <https://reviews.apache.org/r/18144/#comment65454> Why not just: s/optionCpu/cpus/ src/common/http.cpp <https://reviews.apache.org/r/18144/#comment65455> Can you add a newline in between these blocks? cpus = ...; if (...) { } mem = ...; if (...) { } I hope this doesn't seem arbitrary, we'll usually use whitespace between logical blocks of code (although there aren't exactly hard rules here! :) s/optionMem/mem/ src/common/http.cpp <https://reviews.apache.org/r/18144/#comment65456> s/optionDisk/disk/ - Ben Mahler On Feb. 20, 2014, 9:07 p.m., Dominic Hamon wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18144/ > ----------------------------------------------------------- > > (Updated Feb. 20, 2014, 9:07 p.m.) > > > Review request for mesos, Ben Mahler and Vinod Kone. > > > Bugs: MESOS-692 and MESOS-990 > https://issues.apache.org/jira/browse/MESOS-692 > https://issues.apache.org/jira/browse/MESOS-990 > > > Repository: mesos-git > > > Description > ------- > > See summary > > > Diffs > ----- > > src/Makefile.am e02d416e5cb8edf6c44ed05c5785a5084bf02abb > src/common/http.hpp PRE-CREATION > src/common/http.cpp PRE-CREATION > src/master/http.cpp c9412749baeb88e8fc270eeca8710f04da2ac076 > src/slave/http.cpp 7c4cfba6676124926cfaa665df9fccf68c7dc187 > > Diff: https://reviews.apache.org/r/18144/diff/ > > > Testing > ------- > > make check. > > ran master/slave and checked http://localhost:5050/master/state.json by eye. > > ran local/python test framework and watched webui main, framework, and slave > pages. > > > Thanks, > > Dominic Hamon > >
