You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2023/04/26 08:10:34 UTC

[iotdb] branch PoolName1.1 created (now 449655ad8e)

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

jackietien pushed a change to branch PoolName1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 449655ad8e Correct ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL name

This branch includes the following new commits:

     new 449655ad8e Correct ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL name

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Correct ASYNC_DATANODE_IOT_CONSENSUS_CLIENT_POOL name

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 449655ad8e3b28a317be06248c1677f192b502cc
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Wed Apr 26 16:10:08 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 9b33ae30ee..dcecb6227b 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"),