----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43149/#review117805 -----------------------------------------------------------
3rdparty/libprocess/src/process.cpp (line 2204) <https://reviews.apache.org/r/43149/#comment179067> Check negative and zero value. 3rdparty/libprocess/src/process.cpp (line 2205) <https://reviews.apache.org/r/43149/#comment179068> Add test for this patch. - Klaus Ma On Feb. 4, 2016, 8:40 a.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43149/ > ----------------------------------------------------------- > > (Updated Feb. 4, 2016, 8:40 a.m.) > > > Review request for mesos, Benjamin Hindman and Jiang Yan Xu. > > > Bugs: MESOS-4592 > https://issues.apache.org/jira/browse/MESOS-4592 > > > Repository: mesos > > > Description > ------- > > Check the LIBPROCESS_THREAD_COUNT environment variable to determine > the number of threads in the libprocess thread pool. > > > Diffs > ----- > > 3rdparty/libprocess/src/process.cpp > 65a247a5bc7cf0bd6f23f6fc5c349ecce60f5ec0 > > Diff: https://reviews.apache.org/r/43149/diff/ > > > Testing > ------- > > make check on OS X. Running in production for many months. > > > Thanks, > > James Peach > >
