[
https://issues.apache.org/jira/browse/HBASE-19299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259939#comment-16259939
]
Hudson commented on HBASE-19299:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #886 (See
[https://builds.apache.org/job/HBase-2.0/886/])
HBASE-19299 Assert only one Connection is constructed when calculating (stack:
rev eb17a2f285fab68cc722065336af1e7f65a02eb2)
* (add)
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestMultiTableInputFormatBase.java
> 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
> Components: test
> Reporter: stack
> Assignee: stack
> Priority: Minor
> Fix For: 2.0.0-beta-1
>
> Attachments:
> 0002-HBASE-19299-Assert-only-one-Connection-is-constructe.patch
>
>
> 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)