HBASE-10793 AuthFailed as a valid zookeeper state (Demai Ni)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2014-03-19 23:35:31 +00:00
parent 37654f77a6
commit bbeaba1ee8
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
case ConnectedReadOnly:
case SaslAuthenticated:
case AuthFailed:
break;
default: