You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/06/14 01:52:07 UTC

[jira] Created: (HBASE-1518) Delete Trackers using compareRow, should just use raw binary comparator

Delete Trackers using compareRow, should just use raw binary comparator
-----------------------------------------------------------------------

                 Key: HBASE-1518
                 URL: https://issues.apache.org/jira/browse/HBASE-1518
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: Jonathan Gray
            Assignee: Jonathan Gray
            Priority: Critical
             Fix For: 0.20.0


Doesn't matter when using a normal table, but this is using a special comparator on _columns_ for the catalog tables.  Replace comparator.compareRows with Bytes.compareTo

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


[jira] Resolved: (HBASE-1518) Delete Trackers using compareRow, should just use raw binary comparator

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

stack resolved HBASE-1518.
--------------------------

    Resolution: Fixed

Committed.  Thanks for patch jgray.

> Delete Trackers using compareRow, should just use raw binary comparator
> -----------------------------------------------------------------------
>
>                 Key: HBASE-1518
>                 URL: https://issues.apache.org/jira/browse/HBASE-1518
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Critical
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1518-v1.patch
>
>
> Doesn't matter when using a normal table, but this is using a special comparator on _columns_ for the catalog tables.  Replace comparator.compareRows with Bytes.compareTo

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


[jira] Commented: (HBASE-1518) Delete Trackers using compareRow, should just use raw binary comparator

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719215#action_12719215 ] 

stack commented on HBASE-1518:
------------------------------

+1 on patch (one test needs to be brought into alignment with new constructor API).  I'll commit soon.  Doesn't fix the weird thing I'm seeing over in hbase-1495 though.

> Delete Trackers using compareRow, should just use raw binary comparator
> -----------------------------------------------------------------------
>
>                 Key: HBASE-1518
>                 URL: https://issues.apache.org/jira/browse/HBASE-1518
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Critical
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1518-v1.patch
>
>
> Doesn't matter when using a normal table, but this is using a special comparator on _columns_ for the catalog tables.  Replace comparator.compareRows with Bytes.compareTo

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


[jira] Updated: (HBASE-1518) Delete Trackers using compareRow, should just use raw binary comparator

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

Jonathan Gray updated HBASE-1518:
---------------------------------

    Attachment: HBASE-1518-v1.patch

As described in issue.

> Delete Trackers using compareRow, should just use raw binary comparator
> -----------------------------------------------------------------------
>
>                 Key: HBASE-1518
>                 URL: https://issues.apache.org/jira/browse/HBASE-1518
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Critical
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1518-v1.patch
>
>
> Doesn't matter when using a normal table, but this is using a special comparator on _columns_ for the catalog tables.  Replace comparator.compareRows with Bytes.compareTo

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