[ https://issues.apache.org/jira/browse/KAFKA-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gwen Shapira updated KAFKA-3141: -------------------------------- Resolution: Fixed Fix Version/s: 0.9.1.0 Status: Resolved (was: Patch Available) Issue resolved by pull request 806 [https://github.com/apache/kafka/pull/806] > kafka-acls.sh throws ArrayIndexOutOfBoundsException for an invalid > authorizer-property > -------------------------------------------------------------------------------------- > > Key: KAFKA-3141 > URL: https://issues.apache.org/jira/browse/KAFKA-3141 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.9.0.0 > Reporter: Ashish K Singh > Assignee: Ashish K Singh > Fix For: 0.9.0.1, 0.9.1.0 > > > kafka-acls.sh throws ArrayIndexOutOfBoundsException for an invalid > authorizer-property. ST below. > {code} > Error while executing topic Acl command 1 > java.lang.ArrayIndexOutOfBoundsException: 1 > at > kafka.admin.AclCommand$$anonfun$withAuthorizer$2.apply(AclCommand.scala:65) > at > kafka.admin.AclCommand$$anonfun$withAuthorizer$2.apply(AclCommand.scala:65) > at > scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) > at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) > at kafka.admin.AclCommand$.withAuthorizer(AclCommand.scala:65) > at kafka.admin.AclCommand$.addAcl(AclCommand.scala:78) > at kafka.admin.AclCommand$.main(AclCommand.scala:48) > at kafka.admin.AclCommand.main(AclCommand.scala) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)