> On Sept. 26, 2016, 3:56 p.m., Vinod Kone wrote: > > src/launcher/default_executor.cpp, line 241 > > <https://reviews.apache.org/r/52147/diff/2-3/?file=1508484#file1508484line241> > > > > I would change these to LOG(ERROR) because dropping a task group launch > > is an important enough event that we want to surface without expecting > > users to set GLOG_v. > > > > here and everywhere else.
As per our offline discussion, I changed this to a `LOG(WARNING)` to be consistent with similar occurences on the master/agent. - Anand ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52147/#review150407 ----------------------------------------------------------- On Sept. 26, 2016, 10:25 p.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52147/ > ----------------------------------------------------------- > > (Updated Sept. 26, 2016, 10:25 p.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-6227 > https://issues.apache.org/jira/browse/MESOS-6227 > > > Repository: mesos > > > Description > ------- > > This change adds support for sending the `LAUNCH_NESTED_CONTAINER` > call to the agent to launch a child container. > > > Diffs > ----- > > src/launcher/default_executor.cpp 2102fe8d70f0960fed669e1c4f0d6b6cd4af261c > > Diff: https://reviews.apache.org/r/52147/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Anand Mazumdar > >
