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


##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapPartitionData.java:
##########
@@ -50,10 +51,10 @@ public class MapPartitionData implements 
MemoryManager.ReadBufferTargetChangeLis
   protected final ExecutorService readExecutor;
   protected final ConcurrentHashMap<Long, MapPartitionDataReader> readers =
       JavaUtils.newConcurrentHashMap();
-  private FileChannel dataFileChanel;
+  private FileChannel dataChannel;

Review Comment:
   Minor comment:Should `LocalPartitionDataReader#dataFileChanel` rename to 
`dataChannel`?  



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