[ 
https://issues.apache.org/jira/browse/HBASE-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Kellerman updated HBASE-859:
--------------------------------

    Fix Version/s: 0.19.0
         Priority: Blocker  (was: Critical)

Making blocker for 0.19.

We need to get out of trying to parse binary keys. Trying to look for a 
particular delimiter in a key is meaningless since a binary key could easily 
include a byte that matches the delimiter.

> HStoreKey needs a reworking
> ---------------------------
>
>                 Key: HBASE-859
>                 URL: https://issues.apache.org/jira/browse/HBASE-859
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Priority: Blocker
>             Fix For: 0.19.0
>
>
> HBASE-832 had to make an ugly hack to address fact that rows that included 
> the delimiter -- or a byte < delimiter -- messed up sorting in .META.  Fix 
> the ugly hack, and while we're at it, add a byte for flags to the HSK so can 
> mark if key is a meta key, a delete key (cell/family/row), etc.

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

Reply via email to