This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 895291322 chore: Add the space for ComposedClientReadHandler log
(#2643)
895291322 is described below
commit 895291322752741603966d55295f01b26b8379ea
Author: Junfan Zhang <[email protected]>
AuthorDate: Wed Oct 15 09:37:21 2025 +0800
chore: Add the space for ComposedClientReadHandler log (#2643)
---
.../apache/uniffle/storage/handler/impl/ComposedClientReadHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/storage/src/main/java/org/apache/uniffle/storage/handler/impl/ComposedClientReadHandler.java
b/storage/src/main/java/org/apache/uniffle/storage/handler/impl/ComposedClientReadHandler.java
index e619bbd1d..7c76f55cf 100644
---
a/storage/src/main/java/org/apache/uniffle/storage/handler/impl/ComposedClientReadHandler.java
+++
b/storage/src/main/java/org/apache/uniffle/storage/handler/impl/ComposedClientReadHandler.java
@@ -116,7 +116,7 @@ public class ComposedClientReadHandler extends
AbstractClientReadHandler {
String message =
"Failed to read shuffle data from "
+ currentTier.name()
- + "handler, error: "
+ + " handler, error: "
+ e.getMessage();
throw new RssFetchFailedException(message, cause);
} catch (Exception e) {