Hi!
I'm following the quickstart tutorial for Confluent Platform 3.0.1 (I'm on Ubuntu and use a standalone install from a zip file if that matters). It works fine, but every time Kafka connects to Zookeeper I see the following in Zookeeper's logs:
[2016-10-08 18:52:23,727] INFO Got user-level KeeperException when processing sessionid:0x157a4fe62af0000 type:delete cxid:0x32 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/admin/preferred_replica_election Error:KeeperErrorCode = NoNode for /admin/preferred_replica_election (org.apache.zookeeper.server.PrepRequestProcessor)
[2016-10-08 18:52:23,843] INFO Got user-level KeeperException when processing sessionid:0x157a4fe62af0000 type:create cxid:0x39 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/brokers Error:KeeperErrorCode = NodeExists for /brokers (org.apache.zookeeper.server.PrepRequestProcessor)
[2016-10-08 18:52:23,845] INFO Got user-level KeeperException when processing sessionid:0x157a4fe62af0000 type:create cxid:0x3a zxid:0x84 txntype:-1 reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NodeExists for /brokers/ids (org.apache.zookeeper.server.PrepRequestProcessor)
I haven't changed anything in the config files, and apparently, these errors don't prevent Kafka from receiving messages, so the rest of the tutorial works fine.
But still, what could be the source of these errors?
I tried restarting everything and clearing zookeeper and kafka stuff from /tmp, but it doesn't help.