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:
parent
37654f77a6
commit
bbeaba1ee8
|
@ -410,6 +410,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
|||
|
||||
case ConnectedReadOnly:
|
||||
case SaslAuthenticated:
|
||||
case AuthFailed:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue