RexXiong commented on code in PR #3349:
URL: https://github.com/apache/celeborn/pull/3349#discussion_r2192686190
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapPartitionData.java:
##########
@@ -49,9 +52,13 @@ public class MapPartitionData implements
MemoryManager.ReadBufferTargetChangeLis
protected final ExecutorService readExecutor;
protected final ConcurrentHashMap<Long, MapPartitionDataReader> readers =
JavaUtils.newConcurrentHashMap();
+ private final boolean isDfs;
+ private FSDataInputStream dataInputStream;
Review Comment:
Can we consider some abstraction to separate the logic of DFS and local?
--
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]