wangshengjie123 commented on code in PR #3115:
URL: https://github.com/apache/celeborn/pull/3115#discussion_r1969353859
##########
client/src/main/java/org/apache/celeborn/client/read/DfsPartitionReader.java:
##########
@@ -197,7 +211,7 @@ public ByteBuf next() throws IOException,
InterruptedException {
fetchThread.submit(
() -> {
try {
Review Comment:
In this catch case, we could avoid to fallback to read SortedPath,
[code](https://github.com/apache/celeborn/blob/79b49805e8f9b9859dcc3c5ad23a84c4b22958f8/client/src/main/java/org/apache/celeborn/client/read/DfsPartitionReader.java#L217)
--
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]