----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25105/#review51724 -----------------------------------------------------------
src/slave/containerizer/isolators/cgroups/blkio.cpp <https://reviews.apache.org/r/25105/#comment90273> We usually put the + in the previous line, and pad this 2nd line with 4 spaces. src/slave/containerizer/isolators/cgroups/blkio.cpp <https://reviews.apache.org/r/25105/#comment90275> Not trying to nitpick, but if you don't plan to implement this, please put period in the end. src/slave/containerizer/isolators/cgroups/blkio.cpp <https://reviews.apache.org/r/25105/#comment90274> return Nothing(); src/slave/containerizer/isolators/cgroups/blkio.cpp <https://reviews.apache.org/r/25105/#comment90276> 4 spaces pad. src/linux/cgroups.hpp <https://reviews.apache.org/r/25105/#comment90270> Need to space out the closing > for compatibility reasons. Try<std::pair<uint64_t, uint64_t> > src/linux/cgroups.cpp <https://reviews.apache.org/r/25105/#comment90271> ditto src/linux/cgroups.cpp <https://reviews.apache.org/r/25105/#comment90272> End with period. - Timothy Chen On Aug. 27, 2014, 9:49 p.m., Patrick Reilly wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25105/ > ----------------------------------------------------------- > > (Updated Aug. 27, 2014, 9:49 p.m.) > > > Review request for mesos, Adam B and Benjamin Hindman. > > > Bugs: MESOS-350 > https://issues.apache.org/jira/browse/MESOS-350 > > > Repository: mesos-git > > > Description > ------- > > Currently there is no disk isolation in place and this affects an executor to > be starved of disk when another disk heavy operation such as copying a multi > gigabyte file is being performed by another executor. > > > Diffs > ----- > > include/mesos/mesos.proto dea51f9 > src/Makefile.am 40b9f6b > src/linux/cgroups.hpp abf31df > src/linux/cgroups.cpp 989e307 > src/slave/containerizer/isolators/cgroups/blkio.hpp PRE-CREATION > src/slave/containerizer/isolators/cgroups/blkio.cpp PRE-CREATION > src/slave/containerizer/mesos/containerizer.cpp 5116b14 > > Diff: https://reviews.apache.org/r/25105/diff/ > > > Testing > ------- > > In progress. > > > Thanks, > > Patrick Reilly > >
