----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70589/ -----------------------------------------------------------
(Updated May 9, 2019, 1:09 p.m.) Review request for mesos, Benjamin Mahler and Till Toenshoff. Bugs: MESOS-9766 https://issues.apache.org/jira/browse/MESOS-9766 Repository: mesos Description ------- Adds a log entry when a response with generated by `/__processes__` is about to be returned to the client. Diffs ----- 3rdparty/libprocess/src/process.cpp 124836472313721a5dbfe4b1ca55f0da3cecd66b Diff: https://reviews.apache.org/r/70589/diff/1/ Testing ------- built & run on Mac OS 10.13.6 ``` I0503 13:13:00.885133 59219968 process.cpp:3599] Handling HTTP event for process '__processes__' with path: '/__processes__' I0503 13:13:00.886037 59219968 process.cpp:3412] HTTP GET for /__processes__ from 192.168.178.47:59548: '200 OK' after 1.06214ms ``` Thanks, Alexander Rukletsov