satishd commented on code in PR #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r1033516642


##########
core/src/main/scala/kafka/log/UnifiedLog.scala:
##########
@@ -289,13 +296,27 @@ class UnifiedLog(@volatile var logStartOffset: Long,
 
   @volatile var partitionMetadataFile: Option[PartitionMetadataFile] = None
 
+  //todo-tier it needs to be updated.
+  private[kafka] var _localLogStartOffset: Long = logStartOffset

Review Comment:
   Please ignore the stale comment. I will remove it in the next commit.



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

Reply via email to