This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a commit to branch log-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/log-13 by this push:
new a635765f75a Pipe: Downgraded and reduced the log of
PipePushMetaRPCHandler (#17492)
a635765f75a is described below
commit a635765f75a53c97a552e744870e8040a36b0cc6
Author: Caideyipi <[email protected]>
AuthorDate: Thu Apr 16 14:45:30 2026 +0800
Pipe: Downgraded and reduced the log of PipePushMetaRPCHandler (#17492)
---
.../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,