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 <[email protected]> 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"),
