r7raul1984 commented on code in PR #3517:
URL: https://github.com/apache/celeborn/pull/3517#discussion_r2485274752


##########
client/src/main/java/org/apache/celeborn/client/read/CelebornInputStream.java:
##########
@@ -479,6 +481,7 @@ private PartitionReader createReaderWithRetry(
                 fetchChunkMaxRetry,
                 location,
                 e);
+            location = location.getPeer();

Review Comment:
   > > Since the previous location has already been excluded, I think we need 
to try fetching from peers.
   > 
   > Should send bufferStreamEnd first before change location to peer
   
   yes, you are right



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