-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72887/
-----------------------------------------------------------
(Updated Sept. 22, 2020, 12:23 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Reworded the commit description, removed stray diff.
Bugs: MESOS-10177
https://issues.apache.org/jira/browse/MESOS-10177
Repository: mesos
Description (updated)
-------
The instances of `HierarchicalAllocatorProcess` launched in the same
instance of libprocess after that will be assigned IDs like
"allocator(2)", "allocator(3)" and so on.
Previously, to query an HTTP endpoint exposed by the allocator,
the user had to figure out the allocator process id and use it to build
the URL (like "https://localhost:5050/hierarchical_allocator(1)/...");
now, the allocator debugging endpoints are accessible via fixed URLs
like "https://localhost:5050/allocator/offer_constraints_debug".
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.hpp 63444de857851a267288a530fe868804b7ead2ab
Diff: https://reviews.apache.org/r/72887/diff/3/
Changes: https://reviews.apache.org/r/72887/diff/2-3/
Testing
-------
`make check` on several platforms + tested the debug endpoint manually
Thanks,
Andrei Sekretenko
|