You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/01/11 16:33:24 UTC

[incubator-iotdb] branch fix_414_close_metric_service updated: fix the commitlog info from issue 414 to 415

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

hxd pushed a commit to branch fix_414_close_metric_service
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/fix_414_close_metric_service by this push:
     new 9ed121f  fix the commitlog info from issue 414 to 415
9ed121f is described below

commit 9ed121fcc9f2bf9d5fe92cfef4f3061c68975e93
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Jan 12 00:32:29 2020 +0800

    fix the commitlog info from issue 414 to 415
---
 server/src/main/java/org/apache/iotdb/db/service/MetricsService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/MetricsService.java b/server/src/main/java/org/apache/iotdb/db/service/MetricsService.java
index 7dab5aa..e3c9ff5 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/MetricsService.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/MetricsService.java
@@ -96,7 +96,7 @@ public class MetricsService implements MetricsServiceMBean, IService {
           IoTDBDescriptor.getInstance().getConfig().getRpcAddress(),
           IoTDBDescriptor.getInstance().getConfig().getMetricsPort());
     } catch (NullPointerException e) {
-      //issue IOTDB-414, we need to stop the service.
+      //issue IOTDB-415, we need to stop the service.
       logger.error("{}: start {} failed, listening on ip {} port {}",
           IoTDBConstant.GLOBAL_DB_NAME, this.getID().getName(),
           IoTDBDescriptor.getInstance().getConfig().getRpcAddress(),