turboFei commented on code in PR #3471:
URL: https://github.com/apache/celeborn/pull/3471#discussion_r2354226154
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/quota/QuotaManager.scala:
##########
@@ -331,6 +334,14 @@ class QuotaManager(
CLUSTER_EXHAUSTED)
}
+ def registerApplicationQuotaConfig(appId: String, extraInfo: JMap[String,
String]): Unit = {
+ appQuotaConfig.put(
+ appId,
+ new CelebornConf().set(
Review Comment:
is it necessary to set loadDefaults=false to save memory?
```
new CelebornConf(loadDefaults = false)
```
--
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]