0xffff-zhiyan commented on code in PR #20481:
URL: https://github.com/apache/kafka/pull/20481#discussion_r2400139155


##########
core/src/main/scala/kafka/server/KafkaRequestHandler.scala:
##########
@@ -204,7 +213,10 @@ class KafkaRequestHandlerPool(
   private val metricsGroup = new KafkaMetricsGroup(this.getClass)
 
   val threadPoolSize: AtomicInteger = new AtomicInteger(numThreads)
-  /* a meter to track the average free capacity of the request handlers */
+  /* Per-pool idle meter (broker-only or controller-only) */
+  private val perPoolIdleMeterName = nodeName + "RequestHandlerAvgIdlePercent"

Review Comment:
   fixed



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