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-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/10/03 21:29:44 UTC

[jira] Resolved: (HBASE-912) PE is broken when other tables exist

     [ https://issues.apache.org/jira/browse/HBASE-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-912.
--------------------------------------

    Resolution: Fixed
      Assignee: Jean-Daniel Cryans

Committed to branch-0.18 and trunk.

> PE is broken when other tables exist
> ------------------------------------
>
>                 Key: HBASE-912
>                 URL: https://issues.apache.org/jira/browse/HBASE-912
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.18.1, 0.19.0
>
>
> The iteration in checkTable is broken.
> {code}
>       for (int i = 0; i < extantTables.length; i++) {
>         if (extantTables[0].equals(tableDescriptor)) {
>           LOG.warn("Table " + tableDescriptor + " already exists");
>           tableExists = true;
>           break;
>         }
>       }
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.