----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47608/#review134778 -----------------------------------------------------------
Sometimes mesos master would also send status update to the framework. For example, when a slave is lost, the master would send `TASK_LOST` to frameworks for all tasks running on that slave. https://github.com/apache/mesos/blob/0.28.1/src/master/master.cpp#L6194-L6229 Should we also add the labels to the stauts update message there? - Shuai Lin On May 20, 2016, 6:38 p.m., Srinivas Brahmaroutu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47608/ > ----------------------------------------------------------- > > (Updated May 20, 2016, 6:38 p.m.) > > > Review request for mesos, Gilbert Song and Jojy Varghese. > > > Repository: mesos > > > Description > ------- > > WIP: Add Labels from TaskInfo into TaskStatus message. > > > Diffs > ----- > > src/slave/slave.cpp ce0e7b1f1d17c3b82d835b0a6296ed7b1e9eeac1 > src/tests/hook_tests.cpp c6b4e8a50534e455cf44f427b09f74eef71177b2 > src/tests/slave_tests.cpp e1f5bfe074c357f46403887365b3f9ae554000b4 > > Diff: https://reviews.apache.org/r/47608/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Srinivas Brahmaroutu > >
