This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch warn-ger
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/warn-ger by this push:
new 6dfa69a5a29 fix
6dfa69a5a29 is described below
commit 6dfa69a5a29f60481b118c3d9ebffa00d05ce278
Author: Caideyipi <[email protected]>
AuthorDate: Thu Apr 16 09:41:57 2026 +0800
fix
---
.../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,