Shengjun Xin created HBASE-10657: ------------------------------------ Summary: HBase client need to process event type 'AuthFailed' Key: HBASE-10657 URL: https://issues.apache.org/jira/browse/HBASE-10657 Project: HBase Issue Type: Bug Components: Client Affects Versions: 0.96.0 Reporter: Shengjun Xin
In a security cluster, when I run hbase command, I'll meet some error log such as the following, even if the command can give the correct result. 14/02/28 09:45:30 ERROR zookeeper.ClientCnxn: Error while calling watcher java.lang.IllegalStateException: Received event is not valid: AuthFailed at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.connectionEvent(ZooKeeperWatcher.java:410) at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.process(ZooKeeperWatcher.java:319) at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519) at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495) -- This message was sent by Atlassian JIRA (v6.2#6252)