-1

我试图弄清楚 Dhalion 是否在苍鹭孵化器项目的所有版本中默认在苍鹭上运行。我看到在 Heron Repo 中合并了 Dhalion,但是从文档中并不清楚 Dhalion 是否默认在 Heron 上运行以进行自我调节,或者是否应该手动启动。文档 - https://apache.github.io/incubator-heron/docs/getting-started/ 回购 - https://github.com/apache/incubator-heron

对此的任何见解将不胜感激。

4

1 回答 1

1

不,默认情况下不启用 Dhalion。您需要为 heron-executor 添加这两个参数:

  1. --health-manager-mode=启用
  2. --health-manager-classpath=...

在您的集群配置中,您还需要一个 healthmgr.yaml 文件来配置策略。在 github 中,本地集群有一个示例配置:

https://github.com/apache/incubator-heron/blob/master/heron/config/src/yaml/conf/local/healthmgr.yaml

于 2019-11-21T08:02:11.910 回答