----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70450/ -----------------------------------------------------------
Review request for mesos, Gastón Kleiman, Greg Mann, and Vinod Kone. 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 ----- src/slave/http.cpp d66ae520f68b783caea8937a1a753608099d5926 Diff: https://reviews.apache.org/r/70450/diff/1/ Testing ------- make check Thanks, Joseph Wu
