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

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


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

commit 872f5248177b41d1e3c538aa2d46d3765fd734eb
Author: ZhangHongYin <[email protected]>
AuthorDate: Sat Mar 25 10:41:26 2023 +0800

    [IOTDB-5701] Fix typo in Performance Overview Related Metrics (#9448)
---
 .../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 =

Reply via email to