> On Aug. 15, 2016, 12:43 a.m., Alexander Rukletsov wrote: > > src/health-check/health_checker.cpp, lines 363-367 > > <https://reviews.apache.org/r/36816/diff/20/?file=1472694#file1472694line363> > > > > Why do you think this won't affect ibprocess communication? Actors' > > callbacks are executed on worker threads, so it's not clear for which > > thread `setns` will be called. It would have worked if we could pin actors > > to dedicated threads.
Agree we should not setns in a libprocess context. Let me updated to use another way. - haosdent ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36816/#review145733 ----------------------------------------------------------- On Aug. 15, 2016, 3:42 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36816/ > ----------------------------------------------------------- > > (Updated Aug. 15, 2016, 3:42 p.m.) > > > Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Gastón > Kleiman, Gilbert Song, Jie Yu, and Timothy Chen. > > > Bugs: MESOS-2533 > https://issues.apache.org/jira/browse/MESOS-2533 > > > Repository: mesos > > > Description > ------- > > Supported HTTP/HTTPS in health check. > > > Diffs > ----- > > src/health-check/health_checker.hpp > b4548f385e6bdf12f6bbc402a5d59ba8e165b8a5 > src/health-check/health_checker.cpp > 45a5fe00a95a6e88b1990c1396e03082feb202bc > > Diff: https://reviews.apache.org/r/36816/diff/ > > > Testing > ------- > > > Thanks, > > haosdent huang > >
