-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37821/#review96654
-----------------------------------------------------------
Sorry folks, there seems to be some kind of data race here... after running:
"make check"
if I then run:
"for n in {1..300}; do echo $n; 3rdparty/libprocess/tests; done"
it will hang eventually, always right when the tests are exiting. I missed this
previously because I was unaware that using the "--gtest_repeat" flag doesn't
seem to trigger libprocess's process initialization/shutdown with each
iteration. I'll have a look and try to figure out what's causing this.
- Greg Mann
On Aug. 27, 2015, 4:28 a.m., Greg Mann wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37821/
> -----------------------------------------------------------
>
> (Updated Aug. 27, 2015, 4:28 a.m.)
>
>
> Review request for mesos, Benjamin Hindman, Joris Van Remoortere, and
> switched to 'mcypark'.
>
>
> Bugs: MESOS-3158
> https://issues.apache.org/jira/browse/MESOS-3158
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Join threads in libprocess when shutting down.
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/src/event_loop.hpp
> 36a4cd2b1ff59f6922173ad17115bf80cc3c8f30
> 3rdparty/libprocess/src/libev.cpp 97a2694f9b10bc61841443b21f4f96055493e840
> 3rdparty/libprocess/src/libevent.cpp
> d7c47fbd1dbdec1fc974840e6f3a1428a8f189d5
> 3rdparty/libprocess/src/process.cpp
> 755187c8761137cb2bf2f7295b29a63f63c68bc6
>
> Diff: https://reviews.apache.org/r/37821/diff/
>
>
> Testing
> -------
>
> After configuring with both "../configure" and "../configure
> --enable-libevent --enable-ssl":
>
> make check
>
>
> Thanks,
>
> Greg Mann
>
>