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

marklau99 pushed a commit to branch add-confignode-cpu-metric
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/add-confignode-cpu-metric by 
this push:
     new 382b88b337d fix bug
382b88b337d is described below

commit 382b88b337d3c791647137c5b769e58e866cba56
Author: Liu Xuxin <[email protected]>
AuthorDate: Sun Jun 25 16:49:58 2023 +0800

    fix bug
---
 .../src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java
 
b/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java
index b62c0f974d9..bc1881220f4 100644
--- 
a/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java
+++ 
b/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java
@@ -356,7 +356,6 @@ public enum ThreadName {
         ThreadModule.IOT_CONSENSUS,
         ThreadModule.RATIS_CONSENSUS,
         ThreadModule.COMPUTE,
-        ThreadModule.SYNC,
         ThreadModule.JVM,
         ThreadModule.METRICS,
         ThreadModule.RPC,

Reply via email to