tinaselenge commented on code in PR #14375:
URL: https://github.com/apache/kafka/pull/14375#discussion_r1428029820


##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -1042,8 +1053,9 @@ void cleanupExpiredRemoteLogSegments() throws 
RemoteStorageException, ExecutionE
             // If the follower HAS NOT picked up the changes, and they become 
the leader then they will go through this process
             // again and delete them with the original deletion reason i.e. 
size, time or log start offset breach.
             List<String> undeletedSegments = new ArrayList<>();
+            String topicName = log.topicPartition().topic();

Review Comment:
   Done.



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