----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54442/ -----------------------------------------------------------
Review request for mesos and Jie Yu. Repository: mesos Description ------- When receiving a SIGTERM, the io switchboard process will forcibly unblock the server from waiting on a connection before attempting to drain its `stdoutFromFd` and `stderrFromFd` file descriptors. Once these fds are drained (or they become invalid), the server will shut itself down as per the normal exit route. Diffs ----- src/slave/containerizer/mesos/io/switchboard.cpp 19f2b625f2aa4b790fbe80b8dfad44b219f2c24e src/slave/containerizer/mesos/io/switchboard_main.cpp aff6c2150bfe8086fd51b548cb6339acc23f78c9 Diff: https://reviews.apache.org/r/54442/diff/ Testing ------- make check The real test is encapsulated in https://reviews.apache.org/r/54367 Thanks, Kevin Klues
