FMX commented on PR #3100: URL: https://github.com/apache/celeborn/pull/3100#issuecomment-2677332135
@aidar-stripe You can refer to the code https://github.com/apache/celeborn/blob/f09482108fe91f986b9cfceebd4b050379bf6f64/client/src/main/scala/org/apache/celeborn/client/commit/ReducePartitionCommitHandler.scala#L154-L166. You will discover that only one thread will write to the partition location set at a time. Here is no concurrent issue. -- 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]
