bboyleonp666 commented on code in PR #16752:
URL: https://github.com/apache/kafka/pull/16752#discussion_r1702466938
##########
core/src/main/scala/kafka/log/UnifiedLog.scala:
##########
@@ -111,12 +110,7 @@ class UnifiedLog(@volatile var logStartOffset: Long,
import kafka.log.UnifiedLog._
- private val metricsGroup = new KafkaMetricsGroup(this.getClass) {
- // For compatibility, metrics are defined to be under `Log` class
Review Comment:
Already add them back and I modified the comments in `LogSegment.java` a
little bit to fit the current change since there's no more overriding.
--
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]