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

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

commit cf3a0cf2c870b4bfbfe6bd406981105f1802d208
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Apr 26 16:06:51 2023 +0800

    Correct ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL name
---
 .../src/main/java/org/apache/iotdb/commons/concurrent/ThreadName.java   | 2 +-
 1 file changed, 1 insertion(+), 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 e88b7af0b8..5d6fa3b53b 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
@@ -61,7 +61,7 @@ public enum ThreadName {
   
ASYNC_DATANODE_HEARTBEAT_CLIENT_POOL("AsyncDataNodeHeartbeatServiceClientPool"),
   ASYNC_CONFIGNODE_CLIENT_POOL("AsyncConfigNodeIServiceClientPool"),
   
ASYNC_DATANODE_MPP_DATA_EXCHANGE_CLIENT_POOL("AsyncDataNodeMPPDataExchangeServiceClientPool"),
-  
ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL("AsyncDataNodeMPPDataExchangeServiceClientPool"),
+  
ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL("AsyncDataNodeIoTConsensusServiceClientPool"),
   SCHEMA_REGION_RELEASE_PROCESSOR("SchemaRegion-Release-Task-Processor"),
   SCHEMA_RELEASE_MONITOR("Schema-Release-Task-Monitor"),
   SCHEMA_REGION_FLUSH_PROCESSOR("SchemaRegion-Flush-Task-Processor"),

Reply via email to