[
https://issues.apache.org/jira/browse/MESOS-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051208#comment-15051208
]
Cosmin Lehene commented on MESOS-3841:
--------------------------------------
[~qiujian] that would solve the immediate ask of this issue. I wonder though,
if the master API needs to do more (e.g. get all masters, including
non-leaders), whether it shouldn't also be prepended with something like
{{api/v1}} so that it could be evolved properly later on.
> Master HTTP API support to get the leader
> -----------------------------------------
>
> Key: MESOS-3841
> URL: https://issues.apache.org/jira/browse/MESOS-3841
> Project: Mesos
> Issue Type: Improvement
> Components: HTTP API
> Reporter: Cosmin Lehene
> Assignee: Jian Qiu
>
> There's currently no good way to query the current master ensemble leader.
> Some workarounds to get the leader (and parse it from leader@ip) from
> {{/state.json}} or to grep it from {{master/redirect}}.
> The scheduler API does an HTTP redirect, but that requires an HTTP POST
> coming from a framework as well
> {{POST /api/v1/scheduler HTTP/1.1}}
> There should be a lightweight API call to get the current master.
> This could be part of a more granular representation (REST) of the current
> state.json.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)