-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54465/
-----------------------------------------------------------

(Updated Dec. 7, 2016, 2:47 a.m.)


Review request for mesos, Jie Yu and Vinod Kone.


Bugs: MESOS-6737
    https://issues.apache.org/jira/browse/MESOS-6737


Repository: mesos


Description
-------

We use a pipe to synchronize with the io switchboard process to
determine when it is ready to listen for incoming connections. We do
not block the launch path with this pipe, but rather poll on it and
block incoming connections until it is ready.


Diffs
-----

  src/slave/containerizer/mesos/io/switchboard.hpp 
f691b182d4029a15bbb3b1c158b176d43f265cc1 
  src/slave/containerizer/mesos/io/switchboard.cpp 
c54d64efe7dc526473427bca89a1b65205e16018 
  src/slave/containerizer/mesos/io/switchboard_main.cpp 
6ce4cdb08e3e15eda21dcb740c4390613a88f5c5 

Diff: https://reviews.apache.org/r/54465/diff/


Testing
-------

GTEST_FILTER="" make -j check
GTEST_FILTER="*IOSwitchboard*" src/mesos-tests


Thanks,

Kevin Klues

Reply via email to