SteNicholas commented on code in PR #2561:
URL: https://github.com/apache/celeborn/pull/2561#discussion_r1642767634
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -717,47 +718,23 @@ private[celeborn] class Worker(
workerInfo.releaseSlots(shuffleKey)
val applicationId = Utils.splitShuffleKey(shuffleKey)._1
if (!workerInfo.getApplicationIdSet.contains(applicationId)) {
- // When the running applications does not contain the application
corresponding to expired shuffle key,
- // resource consumption source should remove lose application gauges.
- removeAppResourceConsumption(applicationId)
- removeAppActiveConnection(applicationId)
Review Comment:
@FMX, `removeAppResourceConsumption` has no usage. Meanwhile,
`removeAppActiveConnection` is updated to batch removal of application ids.
--
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]