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