----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7183/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Ben Mahler. Summary (updated) ----------------- Use std:cerr instead of VLOG in launcher Description (updated) ------- See summary. We need this to avoid forked executor processes blocking on glog file lock(s). Diffs (updated) ----- src/launcher/launcher.cpp 2405f2f Diff: https://reviews.apache.org/r/7183/diff/ Testing (updated) ------- [vinod@tw-172-25-27-97 ~/workspace/apache/mesos/build (fix_executor_lock)]$ for (( i=0; i<=20; i++ )); do GLOG_v=1 ./src/test-framework local; done Thanks, Vinod Kone
