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


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -661,8 +664,17 @@ private[celeborn] class Worker(
     val resourceConsumptionSnapshot = 
storageManager.userResourceConsumptionSnapshot()
     val userResourceConsumptions =
       
workerInfo.updateThenGetUserResourceConsumption(resourceConsumptionSnapshot.asJava)
+    var appRemainingCount = resourceConsumptionAppLimit

Review Comment:
   A reasonable approach is to get the TopK items from user resource 
consumption for all users instead of just some users.



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