RexXiong commented on code in PR #3049:
URL: https://github.com/apache/celeborn/pull/3049#discussion_r1901775520
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/PartitionDataWriter.java:
##########
@@ -507,7 +507,7 @@ protected synchronized long close(
}
try {
- waitOnNoPending(numPendingWrites);
+ waitOnNoPending(numPendingWrites, false);
Review Comment:
Seems we no longer need to waitOnNoPending writes, only need waitOnNoPending
flushes.
--
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]