FMX commented on PR #3350:
URL: https://github.com/apache/celeborn/pull/3350#issuecomment-3026715647
Hi, @Alibaba-HZY ,I believe that you have missed a modification about
`MapPartitionMetaHandler` as you can see that the object
`MapPartitionMetaHandler` will create an indexChannel before you create a
MapPartitionMetaHandler.
The code snippet is as follows.
```scala
var indexChannel: FileChannel =
FileChannelUtils.createWritableFileChannel(diskFileInfo.getIndexPath)
```
--
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]