FMX opened a new pull request, #2130: URL: https://github.com/apache/incubator-celeborn/pull/2130
### What changes were proposed in this pull request? Rename FileWriter to PartitionLocationDataWriter, add storageManager, delete fileinfo, and flusher in the constructor. FileInfo(userIdentifier,partitionSplitEnabled,fileMeta) – NonMemoryFileInfo(streams,filePath,storageType,bytesFlushed) – MemoryFileInfo(length,buffer) FileMeta – reduceFileMeta(chunkOffsets,sorted) – mapFileMeta(bufferSize,numSubPartitions) ### Why are the changes needed? 1. To make concepts more clear. 2. To support memory storage and HDFS slot management. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? -- 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]
