gaoyajun02 commented on code in PR #3341:
URL: https://github.com/apache/celeborn/pull/3341#discussion_r2158935619


##########
client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java:
##########
@@ -1813,7 +1814,7 @@ protected Tuple3<ReduceFileGroups, String, Exception> 
loadFileGroupInternal(
             response =
                 ShuffleClient.deserializeReducerFileGroupResponse(shuffleId, 
response.broadcast());
             if (response == null) {
-              throw new CelebornIOException(
+              throw new CelebornBroadcastException(

Review Comment:
   Please review: if any exceptions we missed or FetchFailed cases we should 
consider? @turboFei



##########
common/src/main/scala/org/apache/celeborn/common/exception/CelebornBroadcastException.scala:
##########
@@ -0,0 +1,6 @@
+package org.apache.celeborn.common.exception

Review Comment:
   Missing ASF License header, please add



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to