[
https://issues.apache.org/jira/browse/HBASE-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079173#comment-13079173
]
Jonathan Hsieh commented on HBASE-4160:
---------------------------------------
Here's how to exercise the problem for 'move' and 'online'
For move:
in shell: issue
{code}
move "\x7f\x80","\x79\x80"
{code}
breakpoint on HMaster.move(...); args are byte arrays [127, -128], [127, -128]
I can't figure out how to trigger the 'online' call from the shell.
> HBase shell move and online may be unusable if region name or server includes
> binary-encoded data
> -------------------------------------------------------------------------------------------------
>
> Key: HBASE-4160
> URL: https://issues.apache.org/jira/browse/HBASE-4160
> Project: HBase
> Issue Type: Bug
> Reporter: Jonathan Hsieh
> Priority: Minor
>
> Similar to HBASE-4115, this entails a conversion of
> org.apache.hadoop.hbase.utils.Bytes.toBytes to a to_java_bytes call in the
> 'move' and 'online' call.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira