ZitingShen commented on a change in pull request #1476:
URL: https://github.com/apache/samza/pull/1476#discussion_r598008918
##########
File path:
samza-core/src/main/scala/org/apache/samza/container/SamzaContainerMetrics.scala
##########
@@ -49,6 +49,7 @@ class SamzaContainerMetrics(
val physicalMemoryMb = newGauge("physical-memory-mb", 0.0F)
val physicalMemoryUtilization = newGauge("physical-memory-utilization", 0.0F)
val containerThreadPoolSize = newGauge("container-thread-pool-size", 0L)
Review comment:
@mynameborat I already removed
`samzaContainerMetrics.containerThreadPoolSize.set(threadPoolSize)` in
SamzaContainer.scala. `hostStatisticsMonitor` is the only place we set the
`containerThreadPoolSize` metric value
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]