SteNicholas commented on code in PR #2741:
URL: https://github.com/apache/celeborn/pull/2741#discussion_r1768188723
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/PushDataHandler.scala:
##########
@@ -1238,6 +1265,7 @@ class PushDataHandler(val workerSource: WorkerSource)
extends BaseMessageHandler
|fileLength:${diskFileInfo.getFileLength},
|fileName:${diskFileInfo.getFilePath}
|""".stripMargin)
+ fileWriter.setWriterClosed()
Review Comment:
Why not call close?
--
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]