This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 413b074e78c Pipe: Downgraded and reduced the log of
PipePushMetaRPCHandler (#17492) (#17519)
413b074e78c is described below
commit 413b074e78c7521c4aab6c1ce37a0f22ce6f3ca3
Author: Caideyipi <[email protected]>
AuthorDate: Mon Apr 20 14:07:03 2026 +0800
Pipe: Downgraded and reduced the log of PipePushMetaRPCHandler (#17492)
(#17519)
---
.../client/async/handlers/rpc/PipePushMetaRPCHandler.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/client/async/handlers/rpc/PipePushMetaRPCHandler.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/client/async/handlers/rpc/PipePushMetaRPCHandler.java
index ffe15dd6466..0928c76cdc9 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/client/async/handlers/rpc/PipePushMetaRPCHandler.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/client/async/handlers/rpc/PipePushMetaRPCHandler.java
@@ -67,15 +67,15 @@ public class PipePushMetaRPCHandler extends
DataNodeAsyncRequestRPCHandler<TPush
}
@Override
- public void onError(Exception e) {
- String errorMsg =
+ public void onError(final Exception e) {
+ final String errorMsg =
"Failed to "
+ requestType
+ " on DataNode: "
+ formattedTargetLocation
+ ", exception: "
+ e.getMessage();
- LOGGER.error(errorMsg, e);
+ LOGGER.warn(errorMsg);
responseMap.put(
requestId,