rykovsi opened a new pull request, #12560:
URL: https://github.com/apache/kafka/pull/12560

   Changes from RuntimeException to log.info in StandardAuthorizerData.java 
   
   In KRaft mode with GSSAPI and ACL when i am adding any new ACL in log file i 
am always have a lot of msg like:
   ERROR [StandardAuthorizer 1] addAcl error 
(org.apache.kafka.metadata.authorizer.StandardAuthorizerData)
   java.lang.RuntimeException: An ACL with ID Gk-Hx0tvQIS8B1RT8R-odw already 
exists.
   
   After chenges msg looks like good:
   INFO [StandardAuthorizer 1] An ACL with ID VcQIkP9DSGSPYS6dmVnh4g already 
exists. (org.apache.kafka.metadata.authorizer.StandardAuthorizerData)
   INFO [StandardAuthorizer 1] Unable to add the ACL with ID 
VcQIkP9DSGSPYS6dmVnh4g to aclsByResource 
(org.apache.kafka.metadata.authorizer.StandardAuthorizerData)
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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