hudeqi commented on code in PR #14667: URL: https://github.com/apache/kafka/pull/14667#discussion_r1378380054
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -378,6 +378,8 @@ public void stopPartitions(Set<StopPartition> stopPartitions, if (stopPartition.deleteRemoteLog()) { LOGGER.info("Deleting the remote log segments task for partition: {}", tpId); deleteRemoteLogPartition(tpId); + } else { + LOGGER.warn("Unexpected call of stopPartitions for non-tiered and internal topic partition: {}", tpId); Review Comment: Sorry, I misunderstood the meaning of adding warn log in the discussion, I have updated: https://github.com/apache/kafka/pull/14667#discussion_r1377397772 -- 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