----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15628/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone. Repository: mesos-git Description ------- It seems that now that the slave uses async, this was sufficient to expose the lack of thread-safety in process::ID::generate. The ExamplesTest.TestFramework was crashing on a flaky basis for this reason. Diffs ----- 3rdparty/libprocess/src/process.cpp 9952dd1505bcfc2f99e4349196e69fc8328a827c Diff: https://reviews.apache.org/r/15628/diff/ Testing ------- make check with many iterations of ExamplesTest.TestFramework, which previously was crashing on a flaky basis. Thanks, Ben Mahler
