You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2023/02/27 03:50:20 UTC

[iotdb] branch jira5585 created (now 1c0779be19)

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

tanxinyu pushed a change to branch jira5585
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 1c0779be19 finish

This branch includes the following new commits:

     new 1c0779be19 finish

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: finish

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a commit to branch jira5585
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1c0779be198faf7009fd644bdd328379895bb9d9
Author: OneSizeFitQuorum <ta...@apache.org>
AuthorDate: Mon Feb 27 11:50:04 2023 +0800

    finish
    
    Signed-off-by: OneSizeFitQuorum <ta...@apache.org>
---
 .../src/main/java/org/apache/iotdb/metrics/config/MetricConfig.java     | 2 +-
 server/src/assembly/resources/conf/iotdb-datanode.properties            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metrics/interface/src/main/java/org/apache/iotdb/metrics/config/MetricConfig.java b/metrics/interface/src/main/java/org/apache/iotdb/metrics/config/MetricConfig.java
index b4abb301a0..c190c0e418 100644
--- a/metrics/interface/src/main/java/org/apache/iotdb/metrics/config/MetricConfig.java
+++ b/metrics/interface/src/main/java/org/apache/iotdb/metrics/config/MetricConfig.java
@@ -55,7 +55,7 @@ public class MetricConfig {
   private final IoTDBReporterConfig iotdbReporterConfig = new IoTDBReporterConfig();
 
   /** The type of internal reporter. */
-  private InternalReporterType internalReporterType = InternalReporterType.IOTDB;
+  private InternalReporterType internalReporterType = InternalReporterType.MEMORY;
 
   /** The address of iotdb instance that is monitored. */
   private String rpcAddress = "0.0.0.0";
diff --git a/server/src/assembly/resources/conf/iotdb-datanode.properties b/server/src/assembly/resources/conf/iotdb-datanode.properties
index 53f5d73ff3..e23b7dfcb1 100644
--- a/server/src/assembly/resources/conf/iotdb-datanode.properties
+++ b/server/src/assembly/resources/conf/iotdb-datanode.properties
@@ -273,4 +273,4 @@ dn_target_config_node_list=127.0.0.1:10710
 # The type of internal reporter in metric module
 # Options: [MEMORY, IOTDB]
 # Datatype: String
-# dn_metric_internal_reporter_type=IOTDB
\ No newline at end of file
+# dn_metric_internal_reporter_type=MEMORY
\ No newline at end of file