Re: How to determine cause of InvalidACL

2016-07-01 Thread Raúl Gutiérrez Segalés
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" wrote: > Hi Stevo, > > The logs indicate whether it has connected and au

Re: How to determine cause of InvalidACL

2016-07-01 Thread Flavio Junqueira
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 1

How to determine cause of InvalidACL

2016-07-01 Thread Stevo Slavić
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/

Re: etcd3

2016-07-01 Thread Flavio Junqueira
Although this is a response to Jordan’s message, it isn’t targeting only Jordan. There are a few things that are important to address in this thread and I actually don’t want to focus much on the comparison to other systems. There is apparently this perception that only committers can do stuff