cfmcgrady commented on code in PR #1808:
URL:
https://github.com/apache/incubator-celeborn/pull/1808#discussion_r1291595894
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/PushDataHandler.scala:
##########
@@ -499,6 +508,15 @@ class PushDataHandler extends BaseMessageHandler with
Logging {
}
fileWriters.foreach(_.incrementPendingWrites())
+ val closedFileWriter = fileWriters.find(_.isClosed)
Review Comment:
sorry for the later review, I think we should use the `while` loop, like
what we did in https://github.com/apache/incubator-celeborn/pull/1668
--
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]