Another way to debug this is by using zk-dump [0] to dump requests/replies and see if the expected ACL is being send across the wire.
-rgs [0] https://github.com/twitter/zktraffic On Jul 1, 2016 7:03 AM, "Flavio Junqueira" <[email protected]> wrote: > Hi Stevo, > > The logs indicate whether it has connected and authorized properly. Make > sure your keytab file is all good. > > One other suggestion is to try with the zkCli against the ensemble before > you try to run Kafka to make sure that your configuration is correct. > > -Flavio > > > On 01 Jul 2016, at 14:48, Stevo Slavić <[email protected]> wrote: > > > > Hello Apache ZooKeeper community, > > > > As subject states, I'm having difficulties determining what could be > > causing InvalidACL to be thrown, any help would be appreciated. > > > > Kafka's ZkUtils I assume works OK and sends default ACLs with create path > > request > > > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/utils/ZkUtils.scala#L80 > > but server replies with InvalidACL error. Even at trace log level I > cannot > > see any useful information in the console. > > > > Kind regards, > > Stevo Slavic. > >
