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


##########
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:
   Exception is very wide. Can we only add RuntimeException next to IOE and IE ?



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