[
https://issues.apache.org/jira/browse/HBASE-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475263#comment-13475263
]
Jimmy Xiang commented on HBASE-3444:
------------------------------------
@Stack, A duplicate of HBASE-6518, or the other way around?
@Ted, jvm will check in.length() > i+1, at first, only if it is true, then it
will check in.charAt(i+1)
so there is no ArrayIndexOutOfBoundsException issue actually. Without the
patch, the new unit test should be ok.
> Bytes.toBytesBinary and Bytes.toStringBinary() should be reversible
> --------------------------------------------------------------------
>
> Key: HBASE-3444
> URL: https://issues.apache.org/jira/browse/HBASE-3444
> Project: HBase
> Issue Type: Bug
> Reporter: Prakash Khemani
> Assignee: Ken Dallmeyer
> Priority: Minor
> Fix For: 0.96.0
>
> Attachments: 3444.txt
>
>
> Bytes.toStringBinary() doesn't escape \.
> Otherwise the transformation isn't reversible
> byte[] a = {'\', 'x' , '0', '0'}
> Bytes.toBytesBinary(Bytes.toStringBinary(a)) won't be equal to a
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira