Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFE3D10683 for ; Wed, 21 Jan 2015 20:50:35 +0000 (UTC) Received: (qmail 26653 invoked by uid 500); 21 Jan 2015 20:50:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26596 invoked by uid 500); 21 Jan 2015 20:50:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 26584 invoked by uid 99); 21 Jan 2015 20:50:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 20:50:35 +0000 Date: Wed, 21 Jan 2015 20:50:35 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12876) TestScannerWithBulkload should pass Table with unmanaged connection to LoadIncrementalHFiles#doBulkLoad() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286235#comment-14286235 ] Nick Dimiduk commented on HBASE-12876: -------------------------------------- Oh. Thanks [~yuzhihong@gmail.com]. Makes sense. > 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, 12876-v2.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)