You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2009/03/20 10:04:52 UTC

[jira] Created: (HBASE-1275) TestTable.testCreateTable broken

TestTable.testCreateTable broken
--------------------------------

                 Key: HBASE-1275
                 URL: https://issues.apache.org/jira/browse/HBASE-1275
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: ryan rawson
             Fix For: 0.20.0


Test is broken, we seem to be able to create the same table 10x over.  ouch!

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


[jira] Updated: (HBASE-1275) TestTable.testCreateTable broken

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson updated HBASE-1275:
-------------------------------

    Status: Patch Available  (was: Open)

> TestTable.testCreateTable broken
> --------------------------------
>
>                 Key: HBASE-1275
>                 URL: https://issues.apache.org/jira/browse/HBASE-1275
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1275.patch
>
>
> Test is broken, we seem to be able to create the same table 10x over.  ouch!

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


[jira] Updated: (HBASE-1275) TestTable.testCreateTable broken

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1275:
-------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks for the fix for the awkward bug Ryan.

> TestTable.testCreateTable broken
> --------------------------------
>
>                 Key: HBASE-1275
>                 URL: https://issues.apache.org/jira/browse/HBASE-1275
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1275.patch
>
>
> Test is broken, we seem to be able to create the same table 10x over.  ouch!

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


[jira] Updated: (HBASE-1275) TestTable.testCreateTable broken

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson updated HBASE-1275:
-------------------------------

    Attachment: HBASE-1275.patch

turns out that the meta comparator doesn't compare bytes when one side doesnt have a deliminator.  This is not normally expected, except in these rare cases fixed by the patch therein.  

Future:  If you search for a table in .META. you have to say: 'tableName,,' - don't forget the trailing double comma!

> TestTable.testCreateTable broken
> --------------------------------
>
>                 Key: HBASE-1275
>                 URL: https://issues.apache.org/jira/browse/HBASE-1275
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1275.patch
>
>
> Test is broken, we seem to be able to create the same table 10x over.  ouch!

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


[jira] Assigned: (HBASE-1275) TestTable.testCreateTable broken

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson reassigned HBASE-1275:
----------------------------------

    Assignee: ryan rawson

> TestTable.testCreateTable broken
> --------------------------------
>
>                 Key: HBASE-1275
>                 URL: https://issues.apache.org/jira/browse/HBASE-1275
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>
> Test is broken, we seem to be able to create the same table 10x over.  ouch!

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