You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2013/10/01 23:14:25 UTC

[jira] [Created] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

Jean-Marc Spaggiari created HBASE-9694:
------------------------------------------

             Summary: 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


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)