----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61640/#review183677 -----------------------------------------------------------
Fix it, then Ship it! include/mesos/mesos.proto Lines 2179 (patched) <https://reviews.apache.org/r/61640/#comment259745> s/REASON_TASK_KILLED_BEFORE_DELIVERY/REASON_TASK_KILLED_DURING_LAUNCH/ ? since "launch" is a known concept/term in mesos. - Vinod Kone On Aug. 22, 2017, 7:45 p.m., Benjamin Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61640/ > ----------------------------------------------------------- > > (Updated Aug. 22, 2017, 7:45 p.m.) > > > Review request for mesos, Anand Mazumdar and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Previously, if a task was killed before delivery to a registering > executor, we sent REASON_EXECUTOR_UNREGISTERED with a message of > "Unregistered executor" in the agent, and the master sent no reason. > This introduces a REASON_TASK_KILLED_BEFORE_DELIVERY to clarify > this case to frameworks. > > > Diffs > ----- > > include/mesos/mesos.proto d91c96814dfcd03a4390d80f90acd61b5e4aebdd > include/mesos/v1/mesos.proto 6a1d011a45dcead644300d6becedcbd4bc1f5a96 > src/master/master.cpp 7f38a5e21884546d4b4c866ca5918db779af8f99 > src/slave/slave.cpp 50d2a10cd68f6611efd4e691e5325e6e0c06f33a > src/tests/master_authorization_tests.cpp > b41b4a111a51f1b7f774334d5867528f007adaff > src/tests/slave_recovery_tests.cpp b3825d13b12ee0da110b30baba5f5e68051b8e97 > src/tests/slave_tests.cpp a8b46a450c4f3986139390aeed5544e7f9091781 > > > Diff: https://reviews.apache.org/r/61640/diff/2/ > > > Testing > ------- > > Updated the tests. > > > Thanks, > > Benjamin Mahler > >
