[jira] [Commented] (MESOS-8780) Expose HealthCheck information on Mesos HTTP endpoints

2018-04-15 Thread JIRA

[ 
https://issues.apache.org/jira/browse/MESOS-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439004#comment-16439004
 ] 

Adam Medziński commented on MESOS-8780:
---

[~gkleiman] The definition of health check is quite an important field and 
should be available through the API. Alternatively, if the size of the API 
response is a problem, we can extend only the slave endpoints - they return 
only the information from one Mesos node, not the whole cluster.

> Expose HealthCheck information on Mesos HTTP endpoints
> --
>
> Key: MESOS-8780
> URL: https://issues.apache.org/jira/browse/MESOS-8780
> Project: Mesos
>  Issue Type: Story
>Reporter: Adam Medziński
>Priority: Minor
>
> Is the information about task health check definition not exposed on Mesos 
> HTTP endpoints ({{/master/tasks}} or {{/slave/state}} ) for some specific 
> reason? I'm working on integration with Hashicorp Consul and it would allow 
> me to synchronize the definitions of health checks only by using HTTP API. If 
> this information is not exposed by accident, I will gladly make a pull 
> request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MESOS-8780) Expose HealthCheck information on Mesos HTTP endpoints

2018-04-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/MESOS-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437648#comment-16437648
 ] 

Gastón Kleiman commented on MESOS-8780:
---

The task information exposed via those endpoints is generated using {{Task}} 
proto messages, and when the message was defined, it was considered that the 
command and health check information could be too large: 
[https://github.com/apache/mesos/blob/fabf2edc83eae6b32048e22edc18fe4d8738dbe1/include/mesos/mesos.proto#L2130-L2135]

We could reconsider that decision =).

> Expose HealthCheck information on Mesos HTTP endpoints
> --
>
> Key: MESOS-8780
> URL: https://issues.apache.org/jira/browse/MESOS-8780
> Project: Mesos
>  Issue Type: Story
>Reporter: Adam Medziński
>Priority: Minor
>
> Is the information about task health check definition not exposed on Mesos 
> HTTP endpoints ({{/master/tasks}} or {{/slave/state}} ) for some specific 
> reason? I'm working on integration with Hashicorp Consul and it would allow 
> me to synchronize the definitions of health checks only by using HTTP API. If 
> this information is not exposed by accident, I will gladly make a pull 
> request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)