[
https://issues.apache.org/jira/browse/MESOS-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402200#comment-15402200
]
haosdent commented on MESOS-5955:
---------------------------------
| Removed the binary way of HealthCheck in libprocess. |
https://reviews.apache.org/r/50657/ |
| Removed the binary way of HealthCheck in src. |
https://reviews.apache.org/r/49556/ |
> The "mesos-health-check" binary is not used anymore.
> ----------------------------------------------------
>
> Key: MESOS-5955
> URL: https://issues.apache.org/jira/browse/MESOS-5955
> Project: Mesos
> Issue Type: Improvement
> Reporter: Alexander Rukletsov
> Assignee: haosdent
> Labels: mesosphere
>
> MESOS-5727 and MESOS-5954 refactored the health check code into the
> {{HealthChecker}} library, hence the "mesos-health-check" binary became
> unused.
> While the command and docker executors could just use the library to avoid
> the subprocess complexity, we may want to consider keeping a binary version
> that ships with the installation, because the intention of the binary was to
> allow other executors to re-use our implementation. On the other side, this
> binary is ill suited to this since it uses libprocess message passing, so if
> we do not have code that requires the binary it seems ok to remove it for
> now. Custom executors may use the {{HealthChecker}} library directly, it is
> not much more complex than using the binary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)