-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46497/
-----------------------------------------------------------
(Updated April 25, 2016, 2:02 p.m.)
Review request for mesos, Alexander Rojas and Kapil Arya.
Changes
-------
Addressed comments.
Bugs: MESOS-4902
https://issues.apache.org/jira/browse/MESOS-4902
Repository: mesos
Description
-------
Added authentication to the '/profiler/*' endpoints.
Diffs (updated)
-----
3rdparty/libprocess/include/process/profiler.hpp
b305f1148ad6b623c75facc4abd0269c13017bab
3rdparty/libprocess/src/process.cpp 8727eb202e9699f0ac3c95788257cf1a22b0da7b
3rdparty/libprocess/src/profiler.cpp 58cf2fec119e65a74a3c75561ba0866ec88897d0
Diff: https://reviews.apache.org/r/46497/diff/
Testing (updated)
-------
`sudo make check` on OSX. The endpoints were also tested by configuring with
`../configure --enable-perftools`, and then hitting `/profiler/start` and
`/profiler/stop` with the `LIBPROCESS_ENABLE_PROFILER` environment variable set
to 1.
Thanks,
Greg Mann