SteNicholas commented on code in PR #2701:
URL: https://github.com/apache/celeborn/pull/2701#discussion_r1771045484
##########
client/src/main/scala/org/apache/celeborn/client/LifecycleManager.scala:
##########
@@ -1579,6 +1581,7 @@ class LifecycleManager(val appUniqueId: String, val conf:
CelebornConf) extends
private def removeExpiredShuffle(): Unit = {
val currentTime = System.currentTimeMillis()
+ val batchRemoveShuffleIds = new util.ArrayList[Integer]()
Review Comment:
Why not use `Seq`?
--
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]