sl3635 commented on code in PR #3617:
URL: https://github.com/apache/celeborn/pull/3617#discussion_r2891284697


##########
client/src/main/java/org/apache/celeborn/client/read/CelebornInputStream.java:
##########
@@ -492,7 +492,7 @@ private PartitionReader createReaderWithRetry(
                             .build()
                             .toByteArray());
                 client.sendRpc(bufferStreamEnd.toByteBuffer());
-              } catch (InterruptedException | IOException ex) {
+              } catch (Exception ex) {

Review Comment:
   That makes sense. I just updated the code.



-- 
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