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


##########
core/src/main/java/kafka/server/ReplicaFetcherTierStateMachine.java:
##########
@@ -216,6 +217,10 @@ private Long buildRemoteLogAuxState(TopicPartition 
topicPartition,
                 }
             }
 
+            if (!rlm.isInitialized(topicPartition)) {

Review Comment:
   Please add a comment on why this check is helpful as you mentioned it in the 
PR description.



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