mimaison commented on code in PR #13038:
URL: https://github.com/apache/kafka/pull/13038#discussion_r1056447473


##########
core/src/main/scala/kafka/raft/KafkaMetadataLog.scala:
##########
@@ -190,7 +190,7 @@ final class KafkaMetadataLog private (
   override def updateHighWatermark(offsetMetadata: LogOffsetMetadata): Unit = {
     offsetMetadata.metadata.asScala match {
       case Some(segmentPosition: SegmentPosition) => log.updateHighWatermark(
-        new kafka.server.LogOffsetMetadata(
+        new org.apache.kafka.server.log.internals.LogOffsetMetadata(

Review Comment:
   This class also uses `org.apache.kafka.raft.LogOffsetMetadata`. The argument 
of that method is actually of that type.



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