xy2953396112 commented on code in PR #3482:
URL: https://github.com/apache/celeborn/pull/3482#discussion_r2357375639


##########
client/src/main/java/org/apache/celeborn/client/read/DfsPartitionReader.java:
##########
@@ -61,6 +61,7 @@ public class DfsPartitionReader implements PartitionReader {
   private final int fetchMaxReqsInFlight;
   private final LinkedBlockingQueue<Pair<Integer, ByteBuf>> results;
   private final AtomicReference<IOException> exception = new 
AtomicReference<>();
+  private final AtomicReference<Throwable> error = new AtomicReference<>();

Review Comment:
   I have updated the code, please review.



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