You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/11/19 00:03:00 UTC

[jira] [Created] (HBASE-19299) Assert only one Connection is constructed when calculating splits in a MultiTableInputFormat

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)