You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/26 09:29:10 UTC

[GitHub] [kafka] rykovsi opened a new pull request, #12560: KAFKA-14182: Chenge StandardAuthorizerData.java from RuntimeException to log.info

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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] rykovsi closed pull request #12560: KAFKA-14182: Chenge StandardAuthorizerData.java from RuntimeException to log.info

Posted by GitBox <gi...@apache.org>.
rykovsi closed pull request #12560: KAFKA-14182: Chenge StandardAuthorizerData.java from RuntimeException to log.info
URL: https://github.com/apache/kafka/pull/12560


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org