----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21675/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- When using Subprocess on non sandboxed invocations of the external containerizer program, stderr was not getting redirected at all, possibly triggering deadlocks due to a filled stderr pipe that was not getting drained. This patch redirects to /dev/null when no sandbox is given for an invocation. See MESOS-1336. Diffs ----- src/slave/containerizer/external_containerizer.cpp f9811c4 Diff: https://reviews.apache.org/r/21675/diff/ Testing ------- make check (on upcoming test suite) Thanks, Till Toenshoff
