Andrew Purtell created HBASE-21203:
--------------------------------------
Summary: TestZKMainServer#testCommandLineWorks won't pass with
default 4lw whitelist
Key: HBASE-21203
URL: https://issues.apache.org/jira/browse/HBASE-21203
Project: HBase
Issue Type: Bug
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Recent versions of ZooKeeper whitelist the so-called 4-letter word admin
commands, and 'stat' is not in the default whitelist, so
TestZKMainServer#testCommandLineWorks cannot get off the ground.. Set system
property zookeeper.4lw.commands.whitelist=* in
MiniZooKeeperCluster#setupTestEnv as we do not need to whitelist 4-letter
commands for unit tests.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)