FMX commented on code in PR #2630:
URL: https://github.com/apache/celeborn/pull/2630#discussion_r1692937191
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -292,6 +292,7 @@ private[celeborn] class Worker(
internalPort,
diskInfos,
JavaUtils.newConcurrentHashMap[UserIdentifier, ResourceConsumption])
+ val applicationUserIdentifiers = JavaUtils.newConcurrentHashMap[String,
UserIdentifier]()
Review Comment:
Add a limit to make sure that the memory consumption is reasonable.
--
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]