clolov commented on code in PR #13999:
URL: https://github.com/apache/kafka/pull/13999#discussion_r1266729234


##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -594,13 +618,15 @@ private void copyLogSegment(UnifiedLog log, LogSegment 
segment, long nextSegment
             LogSegmentData segmentData = new LogSegmentData(logFile.toPath(), 
toPathIfExists(segment.lazyOffsetIndex().get().file()),
                     toPathIfExists(segment.lazyTimeIndex().get().file()), 
Optional.ofNullable(toPathIfExists(segment.txnIndex().file())),
                     producerStateSnapshotFile.toPath(), leaderEpochsIndex);
+            
brokerTopicStats.topicStats(log.topicPartition().topic()).remoteWriteRequestRate().mark();

Review Comment:
   Oh, this is based on the change in 
https://github.com/apache/kafka/pull/13944/files, that is why there are changes 
not listed in the description, got it.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to