-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
PQS server registers to zookeeper. Load balancer connects to zookeeper to get list of PQS server already registered to zookeeper. Currently the way things are wired up as follows
1. The LB and PQS uses digest to authenticate with ZK. The username and password is set in hbase-site.xml as
"phoenix.queryserver.zookeeper.acl.username" - default is "phoenix"
""phoenix.queryserver.zookeeper.acl.password" - ddefault is "phoenix"
The permission on the znode (pqs) is set to read permission .
While this is ok to start, but we need support connecting to a ZooKeeper Quorum that supports SASL authentication.
https://cwiki.apache.org/confluence/display/ZOOKEEPER/Zookeeper+and+SASL
- relates to
-
PHOENIX-3654 Load Balancer for thin client
-
- Resolved
-