----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49239/#review143016 -----------------------------------------------------------
Sorry for the late turn around on this one. src/master/master.cpp (lines 3379 - 3380) <https://reviews.apache.org/r/49239/#comment208689> How about: ``` Implicitly declining offers: << accept.offer_ids() << in ACCEPT call for framework << framework->id() << as the launch operation specified no tasks ``` - Anand Mazumdar On June 27, 2016, 12:43 a.m., Jose Guilherme Vanz wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49239/ > ----------------------------------------------------------- > > (Updated June 27, 2016, 12:43 a.m.) > > > Review request for mesos and Anand Mazumdar. > > > Bugs: MESOS-5565 > https://issues.apache.org/jira/browse/MESOS-5565 > > > Repository: mesos > > > Description > ------- > > The master.cpp has been updated adding a warning message when some > offer is accepted by the framework but any task is defined to be > executed > > > Diffs > ----- > > src/master/master.cpp d89c049326358bad509bb1455c81eb11610eeeb8 > > Diff: https://reviews.apache.org/r/49239/diff/ > > > Testing > ------- > > > Thanks, > > Jose Guilherme Vanz > >
