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:56:07 UTC

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

     [ 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.