You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/09/28 04:49:20 UTC

[jira] [Comment Edited] (MESOS-6230) Add support for health checks to the default executor.

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

Anand Mazumdar edited comment on MESOS-6230 at 9/28/16 4:49 AM:
----------------------------------------------------------------

{noformat}
commit 0988c016624466ebf7f48e7f59843f9a1c5b1a6c
Author: Anand Mazumdar anand@apache.org
Date:   Tue Sep 27 21:42:49 2016 -0700

Added HTTP/TCP health check support to the default executor.

This change adds support for health checking on the default
executor. Note that command health checks are still not
supported since the child container might be running
in a different mount namespace than the default executor.

Review: https://reviews.apache.org/r/52326/
{noformat}


was (Author: anandmazumdar):
{noformat}
commit 0988c016624466ebf7f48e7f59843f9a1c5b1a6c
Author: Anand Mazumdar anand@apache.org
Date:   Tue Sep 27 21:42:49 2016 -0700

Added HTTP/TCP health check support to the default executor.

This change adds support for health checking on the default
executor. Note that command health checks are still not
supported since the child container might be running
in a different mount namespace than the default executor.

Review: https://reviews.apache.org/r/52326/
{nformat}

> Add support for health checks to the default executor.
> ------------------------------------------------------
>
>                 Key: MESOS-6230
>                 URL: https://issues.apache.org/jira/browse/MESOS-6230
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Anand Mazumdar
>            Assignee: Anand Mazumdar
>              Labels: mesosphere
>
> Currently, there is no health checking mechanism for the tasks in a task group. Ideally, we would like to re-use the existing health checking infrastructure and do health checking for all the tasks in a task group. If one of them, fails we should kill all the tasks in the task group (default policy). We would add support for specifying custom policies in the future.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)