This is an automated email from the ASF dual-hosted git repository. marklau99 pushed a commit to branch fix-npe-in-cpu-metrics in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2fcc585286ad1ca778cd4d11ceacfdb71fd46406 Author: Liu Xuxin <[email protected]> AuthorDate: Mon Jun 19 16:29:52 2023 +0800 fix index out of bound exception --- .../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 7170d4a4e4c..51783d4c281 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 @@ -305,7 +305,6 @@ public enum ThreadName { DataNodeThreadModule.IOT_CONSENSUS, DataNodeThreadModule.RATIS_CONSENSUS, DataNodeThreadModule.COMPUTE, - DataNodeThreadModule.SYNC, DataNodeThreadModule.JVM, DataNodeThreadModule.METRICS, DataNodeThreadModule.OTHER
