Ashish K Singh created KAFKA-3141: ------------------------------------- Summary: 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 Reporter: Ashish K Singh Assignee: Ashish K Singh
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)