You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/04/09 22:59:02 UTC

[incubator-heron] branch huijunw/healthmgrmetrics updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunw/healthmgrmetrics
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunw/healthmgrmetrics by this push:
     new 43e3f7a  fix typo
43e3f7a is described below

commit 43e3f7a0980cf8627eaf70c8694540ecb9b24cef
Author: Huijun Wu <hu...@twitter.com>
AuthorDate: Mon Apr 9 15:58:37 2018 -0700

    fix typo
---
 heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java b/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java
index 06250e2..3946033 100644
--- a/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java
+++ b/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManager.java
@@ -221,7 +221,7 @@ public class HealthManager {
 
     HealthManagerMetrics publishingMetricsRunnable = null;
     if (hasOption(cmd, CliArgs.METRICSMGR_PORT)) {
-      LOG.info("Starting Health Manager metirc posting thread");
+      LOG.info("Starting Health Manager metric posting thread");
       publishingMetricsRunnable =
           new HealthManagerMetrics(Integer.valueOf(getOptionValue(cmd, CliArgs.METRICSMGR_PORT)));
       SingletonRegistry.INSTANCE.registerSingleton(HealthManagerMetrics.METRICS_THREAD,

-- 
To stop receiving notification emails like this one, please contact
huijun@apache.org.