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


##########
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:
   Ok, two classes with the same name are annoying in Java. I guess we'll have 
to see if we can consolidate later (as you said elsewhere).



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