[
https://issues.apache.org/jira/browse/HBASE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ryan rawson updated HBASE-1267:
-------------------------------
Attachment: HBASE-1267-3.patch
turns out the memcache scanner was causing problems, which was causing an
assignment loop because we didnt find values in the memcache while scanning,
thus never knew about the new assignments.
> binary keys broken in trunk (again).
> ------------------------------------
>
> Key: HBASE-1267
> URL: https://issues.apache.org/jira/browse/HBASE-1267
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: ryan rawson
> Assignee: ryan rawson
> Fix For: 0.20.0
>
> Attachments: HBASE-1267-2.patch, HBASE-1267-3.patch, HBASE-1267.patch
>
>
> Binary keys, specifically ones where the first byte of the key is nul '\0'
> don't work:
> - Splits happen
> - Logfile indicates everything normal
> But the .META. doesnt list all the regions. It only lists the 'basic'
> regions: 'table,,1234'. The other regions with the binary keys in the middle
> just dont seem to be in .META....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.