turboFei commented on code in PR #3346:
URL: https://github.com/apache/celeborn/pull/3346#discussion_r2167286598


##########
common/src/main/scala/org/apache/celeborn/common/metrics/source/AbstractSource.scala:
##########
@@ -627,6 +627,8 @@ abstract class AbstractSource(conf: CelebornConf, role: 
String)
     sum
   }
 
+  // Do use this method to get metrics, because it will clear the timeMetrics 
queue
+  // Do not use the LogReporter to report metrics

Review Comment:
   So, if we enable PrometheusServlet and the metrics are collected 
periodically, we won't meet the OOM issue caused by timeMetrics?



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