DL1231 commented on code in PR #13947: URL: https://github.com/apache/kafka/pull/13947#discussion_r1263173721
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -556,6 +562,46 @@ public void copyLogSegmentsToRemote(UnifiedLog log) throws InterruptedException } } + public void cleanupDeletedRemoteLogSegments() { Review Comment: In fact, in the 'cleanupAllRemoteLogSegments' method, it verifies whether the current node is the leader, and only the leader node will perform the deletion action. -- 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