----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70450/ -----------------------------------------------------------
(Updated April 10, 2019, 5:02 p.m.) Review request for mesos, Gastón Kleiman, Greg Mann, and Vinod Kone. Changes ------- Added a TODO message. Repository: mesos Description ------- This silences a '400 Bad Request' response by the agent whenever an executor sends a HEARTBEAT call. These HEARTBEATs do not include a valid value for required fields (FrameworkID and ExecutorID) because they are not known by the library generating the HEARTBEATs. The error is harmless because HEARTBEAT calls do not have any effect besides generating traffic. Diffs (updated) ----- src/executor/executor.cpp e9439da2afec3746403a1fc8fbc4420a67f8e509 src/slave/http.cpp d66ae520f68b783caea8937a1a753608099d5926 Diff: https://reviews.apache.org/r/70450/diff/2/ Changes: https://reviews.apache.org/r/70450/diff/1-2/ Testing ------- make check Thanks, Joseph Wu
