> On July 15, 2014, 7:57 p.m., Benjamin Hindman wrote: > > src/launcher/executor.cpp, line 425 > > <https://reviews.apache.org/r/23518/diff/1/?file=632717#file632717line425> > > > > Period at end of sentence please. ;-)
Aye! - Timothy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23518/#review47804 ----------------------------------------------------------- On July 15, 2014, 7:33 p.m., Timothy Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23518/ > ----------------------------------------------------------- > > (Updated July 15, 2014, 7:33 p.m.) > > > Review request for mesos, Benjamin Hindman and Niklas Nielsen. > > > Repository: mesos-git > > > Description > ------- > > Previous fix for STDIN only fixes the health check command not passing in > STDIN pipe by reading file STDIN. > However the health check command is still getting STDIN piped as the command > executor is creating a PIPE to STDIN when launching health check. > To really fix this we need to also fix not passing anything to STDIN when > launching health check. > > > Diffs > ----- > > src/launcher/executor.cpp 9c80848 > > Diff: https://reviews.apache.org/r/23518/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy Chen > >
