----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42149/#review113829 ----------------------------------------------------------- Bad patch! Reviews applied: [42149] Failed command: ./support/apply-review.sh -n -r 42149 Error: 2016-01-11 20:14:04 URL:https://reviews.apache.org/r/42149/diff/raw/ [7747/7747] -> "42149.patch" [1] Total errors found: 0 Checking 1 files Error: Commit message summary (the first line) must not exceed 72 characters. - Mesos ReviewBot On Jan. 11, 2016, 5:15 p.m., Bernd Mathiske wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42149/ > ----------------------------------------------------------- > > (Updated Jan. 11, 2016, 5:15 p.m.) > > > Review request for mesos, Alexander Rojas, Jie Yu, Joseph Wu, Neil Conway, and Till Toenshoff. > > > Bugs: MESOS-3235 > https://issues.apache.org/jira/browse/MESOS-3235 > > > Repository: mesos > > > Description > ------- > > This mutex was prone to causing races at task startup by firmly > blocking an internal libprocess thread. The latch avoids this. > > Failing to launch a task due to such a race did not get flagged > by directly related test failures, because the AWAIT catching this > situation was ineffective, having been placed inside a call from the > test. Only the subsequent wait for task completion triggered a test > failure then. By then it was obscured what exactly had happened. > > > Diffs > ----- > > src/tests/fetcher_cache_tests.cpp 1fb1e213d3c35479789688d1a3a49a3c6058b198 > > Diff: https://reviews.apache.org/r/42149/diff/ > > > Testing > ------- > > make check > bin/mesos-tests.sh --gtest_repeat=1000 --gtest_break_on_failure --gtest_filter="*HttpCachedConcurrent*" > > > Thanks, > > Bernd Mathiske > >