FMX commented on code in PR #2975:
URL: https://github.com/apache/celeborn/pull/2975#discussion_r1872697110


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -742,7 +742,12 @@ private[celeborn] class Worker(
     synchronized {
       val expiredApplicationIds = new JHashSet[String]()
       expiredShuffleKeys.asScala.foreach { shuffleKey =>
-        partitionLocationInfo.removeShuffle(shuffleKey)
+        partitionLocationInfo.removeShuffle(shuffleKey).foreach { loc =>

Review Comment:
   StorageManager will remove expired shuffle keys which will destroy the 
writerd and return buffer.



-- 
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]

Reply via email to