stack created HBASE-19299: ----------------------------- Summary: Assert only one Connection is constructed when calculating splits in a MultiTableInputFormat Key: HBASE-19299 URL: https://issues.apache.org/jira/browse/HBASE-19299 Project: HBase Issue Type: Test Reporter: stack Priority: Minor
Small test that verifies only one Connection made when calculating splits. We used to put up one per Table until recently and before that, a Connection per table per split which put a heavy load on hbase;meta. Here is a test to ensure we don't go back to the bad-old-days. -- This message was sent by Atlassian JIRA (v6.4.14#64029)