This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch make-sure-no-frame-size-problem in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 59645b54ea4a7b3bba9c132d921f1f8eed33e061 Author: Steve Yurong Su <[email protected]> AuthorDate: Sat Aug 24 03:02:03 2024 +0800 Update IoTDBSyncClient.java --- .../iotdb/commons/pipe/connector/client/IoTDBSyncClient.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClient.java b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClient.java index 70a6f16a9d9..4561a5b4bd1 100644 --- a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClient.java +++ b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/client/IoTDBSyncClient.java @@ -120,13 +120,6 @@ public class IoTDBSyncClient extends IClientRPCService.Client } if (sliceResp.getStatus().getCode() != TSStatusCode.SUCCESS_STATUS.getStatusCode()) { - LOGGER.warn( - "Failed to transfer slice. Origin req: {}-{}, slice index: {}, slice count: {}. Reason: {}. Retry the whole transfer.", - req.getVersion(), - req.getType(), - i, - sliceCount, - sliceResp.getStatus()); throw new PipeConnectionException( String.format( "Failed to transfer slice. Origin req: %s-%s, slice index: %d, slice count: %d. Reason: %s",
