onebox-li commented on code in PR #2130:
URL:
https://github.com/apache/incubator-celeborn/pull/2130#discussion_r1432703840
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/PartitionDataWriter.java:
##########
@@ -98,34 +99,41 @@ public FileWriter(
PartitionType partitionType,
boolean rangeReadFilter)
throws IOException {
- this.fileInfo = fileInfo;
- this.flusher = flusher;
- this.flushWorkerIndex = flusher.getWorkerIndex();
+ this.storageManager = storageManager;
+ CreateFileResult createFileResult =
storageManager.createFile(createFileContext, this);
+ fileInfo = createFileResult.fileInfo();
Review Comment:
I wonder if this partition writer will support to write memory storage in
the future?
--
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]