nafiyAix commented on code in PR #1182: URL: https://github.com/apache/incubator-celeborn/pull/1182#discussion_r1092850907
########## common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala: ########## @@ -482,6 +482,8 @@ class CelebornConf(loadDefaults: Boolean) extends Cloneable with Logging with Se def metricsAppTopDiskUsageCount: Int = get(METRICS_APP_TOP_DISK_USAGE_COUNT) def metricsAppTopDiskUsageWindowSize: Int = get(METRICS_APP_TOP_DISK_USAGE_WINDOW_SIZE) def metricsAppTopDiskUsageInterval: Long = get(METRICS_APP_TOP_DISK_USAGE_INTERVAL) + def computeUserResourceResourceConsumptionInterval: Long = Review Comment: repeated words here, should be computeUserResourceConsumptionInterval -- 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: issues-unsubscr...@celeborn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org