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 C220610097 for ; Wed, 23 Oct 2013 20:13:19 +0000 (UTC) Received: (qmail 62706 invoked by uid 500); 23 Oct 2013 20:11:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62470 invoked by uid 500); 23 Oct 2013 20:11:46 -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 62383 invoked by uid 99); 23 Oct 2013 20:11:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 20:11:44 +0000 Date: Wed, 23 Oct 2013 20:11:43 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9694) HBaseTestingUtility.createTable infinite loop 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-9694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13803254#comment-13803254 ] Hudson commented on HBASE-9694: ------------------------------- FAILURE: Integrated in hbase-0.96 #155 (See [https://builds.apache.org/job/hbase-0.96/155/]) HBASE-9694 HBaseTestingUtility.createTable infinite loop (stack: rev 1535118) * /hbase/branches/0.96/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java > HBaseTestingUtility.createTable infinite loop > --------------------------------------------- > > Key: HBASE-9694 > URL: https://issues.apache.org/jira/browse/HBASE-9694 > Project: HBase > Issue Type: Bug > Reporter: Jean-Marc Spaggiari > Assignee: Jean-Marc Spaggiari > Fix For: 0.98.0, 0.96.1 > > Attachments: HBASE-9694-v0-trunk.patch, HBASE-9694-v2-trunk.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > We need to fix this. > {code} > public HTable createTable(String tableName, String[] families) > throws IOException { > return createTable(tableName, families); > } > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)