[ https://issues.apache.org/jira/browse/MESOS-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17199977#comment-17199977 ]
Andrei Sekretenko commented on MESOS-10177: ------------------------------------------- {noformat} commit 81f231ccd10e960b1485482a859bc449914668ed (HEAD -> master, origin/master, origin/HEAD) Author: Andrei Sekretenko <asekrete...@apache.org> Date: Thu Sep 17 21:44:53 2020 +0200 Tied the 1st hierarchical allocator process to a process ID "allocator". 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". Review: https://reviews.apache.org/r/72887 {noformat} > Add an endpoint for offer constraints debug > ------------------------------------------- > > Key: MESOS-10177 > URL: https://issues.apache.org/jira/browse/MESOS-10177 > Project: Mesos > Issue Type: Task > Reporter: Andrei Sekretenko > Assignee: Andrei Sekretenko > Priority: Major > > Mesos master should expose an endpoint allowing operator to view results of > offer constraints evaluation for all roles of all frameworks for all agents. -- This message was sent by Atlassian Jira (v8.3.4#803005)