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


##########
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:
   Sorry, didn't notice you're reviewing it already. Yes. you're right. Now the 
PR is updated to only tests left.



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