AngersZhuuuu commented on code in PR #2239:
URL: 
https://github.com/apache/incubator-celeborn/pull/2239#discussion_r1457136331


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala:
##########
@@ -265,6 +264,13 @@ private[celeborn] class Worker(
     ThreadUtils.newDaemonSingleThreadScheduledExecutor("async-reply")
   val timer = new HashedWheelTimer()
 
+  metricsSystem.registerSource(new ThreadPoolSource(
+      "worker-replicate-data", replicateThreadPool, conf, 
MetricsSystem.ROLE_WORKER))
+  metricsSystem.registerSource(new ThreadPoolSource(
+    "worker-commit-files", commitThreadPool, conf, MetricsSystem.ROLE_WORKER))
+  metricsSystem.registerSource(new ThreadPoolSource(
+    "worker-clean-expired-shuffle-keys", cleanThreadPool, conf, 
MetricsSystem.ROLE_WORKER))

Review Comment:
   Yea, will check all usage of thread pool



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