-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72887/#review221917
-----------------------------------------------------------
Patch looks great!
Reviews applied: [72885, 72886, 72851, 72887]
Passed command: export OS='ubuntu:16.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose
--disable-libtool-wrappers --disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1';
./support/jenkins/buildbot.sh
- Mesos Reviewbot
On Sept. 21, 2020, 12:43 p.m., Andrei Sekretenko wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72887/
> -----------------------------------------------------------
>
> (Updated Sept. 21, 2020, 12:43 p.m.)
>
>
> Review request for mesos and Benjamin Mahler.
>
>
> Bugs: MESOS-10177
> https://issues.apache.org/jira/browse/MESOS-10177
>
>
> Repository: mesos
>
>
> Description
> -------
>
> 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.
>
> This allows the user to specify a fixed URL like
> `https://localhost:5050/allocator/offer_constraints_debug` when querying
> HTTP endpoints of an allocator in the mesos-master program instead of
> looking up the allocator UPID and using that to compose an URL (like
> `https://localhost:5050/hierarchical_allocator(1)/...`)
>
>
> Diffs
> -----
>
> src/master/allocator/mesos/hierarchical.hpp 225de160772fe689e07877c895800eb711f211b5
>
>
> Diff: https://reviews.apache.org/r/72887/diff/2/
>
>
> Testing
> -------
>
> `make check` on several platforms + tested the debug endpoint manually
>
>
> Thanks,
>
> Andrei Sekretenko
>
>
|