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

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


The following commit(s) were added to refs/heads/ssl_between_nodes by this push:
     new 5b1a27a16c9 recover commom
5b1a27a16c9 is described below

commit 5b1a27a16c91494b11419fb733de7d97e9638cc2
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 17 19:06:26 2025 +0800

    recover commom
---
 .../org/apache/iotdb/confignode/service/thrift/ConfigNodeRPCService.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/service/thrift/ConfigNodeRPCService.java
 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/service/thrift/ConfigNodeRPCService.java
index c828fad4c08..33710cb7594 100644
--- 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/service/thrift/ConfigNodeRPCService.java
+++ 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/service/thrift/ConfigNodeRPCService.java
@@ -90,7 +90,6 @@ public class ConfigNodeRPCService extends ThriftService 
implements ConfigNodeRPC
                   commonConfig.isRpcThriftCompressionEnabled(),
                   DeepCopyRpcTransportFactory.INSTANCE);
     } catch (RPCServiceException e) {
-      e.printStackTrace();
       throw new IllegalAccessException(e.getMessage());
     }
     thriftServiceThread.setName(ThreadName.CONFIGNODE_RPC_SERVICE.getName());

Reply via email to