cmccabe commented on code in PR #14169:
URL: https://github.com/apache/kafka/pull/14169#discussion_r1288849218


##########
metadata/src/main/java/org/apache/kafka/controller/AclControlManager.java:
##########
@@ -256,11 +224,6 @@ public void replay(
             throw new RuntimeException("Unable to replay " + record + " for " 
+ acl +
                 ": acl not found " + "in existingAcls.");
         }
-        if (!snapshotId.isPresent()) {

Review Comment:
   Yeah, it was always a messy corner case.



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