This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6a461f09448 Pipe: Downgraded and reduced the log of
PipePushMetaRPCHandler (#17492)
6a461f09448 is described below
commit 6a461f09448635908cf28ede2a3e5acb5ea11abe
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,