----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67575/#review204745 -----------------------------------------------------------
Bad review! Reviews applied: [] Error: No reviewers specified. Please find a reviewer by asking on JIRA or the mailing list. - Mesos Reviewbot On June 13, 2018, 4:37 p.m., Benno Evers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67575/ > ----------------------------------------------------------- > > (Updated June 13, 2018, 4:37 p.m.) > > > Review request for mesos. > > > Repository: mesos > > > Description > ------- > > Prior to this change, the master would only send TaskUpdated messages > to subscribers when the latest known task state on the agent changed. > > This implied that schedulers could not reliably wait for the status > information corresponding to specific state updates (i.e. TASK_RUNNING), > since there is no guarantee that subscribers get notified during > the time when this status update will be included in the status field. > > After this change, TaskUpdate messages are sent whenever the latest > acknowledged state of the task changes. > > > Diffs > ----- > > include/mesos/master/master.proto 54f84120728eea7995422b9c356ed67e5b054623 > src/master/master.cpp 5db5a8da85f02323a5654c93ac47ec4aa7e711d2 > > > Diff: https://reviews.apache.org/r/67575/diff/1/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benno Evers > >
