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/03/25 02:42:00 UTC

[iotdb] branch rel/1.1 updated: [IOTDB-5701] Fix typo in Performance Overview Related Metrics (#9449)

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

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


The following commit(s) were added to refs/heads/rel/1.1 by this push:
     new dba70f8e3d [IOTDB-5701] Fix typo in Performance Overview Related Metrics (#9449)
dba70f8e3d is described below

commit dba70f8e3d1eadaca96f39f5d32b90cedf798456
Author: ZhangHongYin <46...@users.noreply.github.com>
AuthorDate: Sat Mar 25 10:41:53 2023 +0800

    [IOTDB-5701] Fix typo in Performance Overview Related Metrics (#9449)
---
 .../iotdb/commons/service/metric/enums/PerformanceOverviewMetrics.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node-commons/src/main/java/org/apache/iotdb/commons/service/metric/enums/PerformanceOverviewMetrics.java b/node-commons/src/main/java/org/apache/iotdb/commons/service/metric/enums/PerformanceOverviewMetrics.java
index e82e5d7106..a3c3c66533 100644
--- a/node-commons/src/main/java/org/apache/iotdb/commons/service/metric/enums/PerformanceOverviewMetrics.java
+++ b/node-commons/src/main/java/org/apache/iotdb/commons/service/metric/enums/PerformanceOverviewMetrics.java
@@ -346,7 +346,7 @@ public class PerformanceOverviewMetrics implements IMetricSet {
             Tag.STAGE.toString(),
             PerformanceOverviewMetrics.ENGINE);
     // bind engine metrics
-    localScheduleTimer =
+    lockTimer =
         metricService.getOrCreateTimer(
             PERFORMANCE_OVERVIEW_ENGINE_DETAIL, MetricLevel.CORE, Tag.STAGE.toString(), LOCK);
     createMemtableBlockTimer =