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