stack created HBASE-19786:
-----------------------------
Summary: acl table is created by coprocessor inside Master start
procedure; broke TestJMXConnectorServer
Key: HBASE-19786
URL: https://issues.apache.org/jira/browse/HBASE-19786
Project: HBase
Issue Type: Sub-task
Reporter: stack
Assignee: stack
Fix For: 2.0.0-beta-2
Parent reordering of startup broke TestJMXConnectorServer. Its failing because
we start cluster then near immediately go down. Meantime, the acl table is
trying to get created but the servers have been pulled out from under it so it
can't complete.... Test gets stuck.
Creating tables inside the Master startup process is a bit dodgy. Fix.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)