[ 
https://issues.apache.org/jira/browse/HBASE-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717678#action_12717678
 ] 

Lars George commented on HBASE-1363:
------------------------------------

If no one objects and this is not resolved yet I would not mind looking into 
this. Issue is, how do I replicate this? How do I best get a region with a 
binary region name? Should I create a small test app that creates random rows 
using random, binary keys and values? 

I tried briefly if the shell would allow me to enter binary keys like so

{code} > put 't1', 'row1', 'f1:', 'test\x08' {code}

But when querying the table I see 

{code} value=test\\x08 {code}

How is this all supposed to work?

> Can't use 'close region' when keys are binary
> ---------------------------------------------
>
>                 Key: HBASE-1363
>                 URL: https://issues.apache.org/jira/browse/HBASE-1363
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>             Fix For: 0.20.0
>
>
> maybe we should allow you to use an encoded name to close a region, or use 
> binary escaping.

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