This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch check-shit in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit aa0574b93de942be2bd87f2ce9294eaf3639e86d Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Jul 10 12:06:40 2025 +0800 Update IoTDBSyncClientManager.java --- .../iotdb/commons/pipe/connector/client/IoTDBSyncClientManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClientManager.java b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClientManager.java index 17a48e1dd9d..4869b374e11 100644 --- a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClientManager.java +++ b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClientManager.java @@ -252,7 +252,8 @@ public abstract class IoTDBSyncClientManager extends IoTDBClientManager implemen LOGGER.info( "Handshake success. Target server ip: {}, port: {}", client.getIpAddress(), - client.getPort()); + client.getPort(), + new Exception("FIND ME HERE")); } } catch (Exception e) { LOGGER.warn(
