[
https://issues.apache.org/jira/browse/HBASE-12876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281105#comment-14281105
]
Hadoop QA commented on HBASE-12876:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12692882/12876-v1.txt
against master branch at commit 092c91eb0fc2a6b4044183e9ece71dd03711045d.
ATTACHMENT ID: 12692882
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/12497//console
This message is automatically generated.
> TestScannerWithBulkload should pass Table with unmanaged connection to
> LoadIncrementalHFiles#doBulkLoad()
> ---------------------------------------------------------------------------------------------------------
>
> Key: HBASE-12876
> URL: https://issues.apache.org/jira/browse/HBASE-12876
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 1.1.0
>
> Attachments: 12876-v1.txt
>
>
> In branch-1, the following test failure can be reproduced:
> {code}
> testBulkLoadNativeHFile(org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload)
> Time elapsed: 0.944 sec <<< ERROR!
> java.io.IOException: The connection has to be unmanaged.
> at
> org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.getAdmin(ConnectionManager.java:715)
> at
> org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.doBulkLoad(LoadIncrementalHFiles.java:240)
> at
> org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload.testBulkLoadNativeHFile(TestScannerWithBulkload.java:253)
> {code}
> TestScannerWithBulkload#init() creates table with managed connection, leading
> to the above failure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)