Aseem Bansal created ZOOKEEPER-2657:
---------------------------------------
Summary: Using zookeeper without SASL causes error logging
Key: ZOOKEEPER-2657
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2657
Project: ZooKeeper
Issue Type: Improvement
Affects Versions: 3.4.6
Reporter: Aseem Bansal
We are using Kafka which uses zookeeper. But we are not using SASL. So we keep
on getting
{noformat}
CRITICAL: Found 32 lines (limit=1/1): (1) 2016-12-16 07:02:14.780 [INFO ] [r]
org.apache.zookeeper.ClientCnxn [] - Opening socket connection to server
10.0.1.47/10.0.1.47:2181. Will not attempt to authenticate using SASL (unknown
error)
{noformat}
Found http://stackoverflow.com/a/26532778/2235567
Looked and found this based on the above
https://svn.apache.org/repos/asf/zookeeper/trunk/src/java/main/org/apache/zookeeper/client/ZooKeeperSaslClient.java
Searched for "Will not attempt to authenticate using SASL" and found the
"unknown error".
Can the message be changed so that the word error is not there as it is not
really an error?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)