You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jeongdae Kim (JIRA)" <ji...@apache.org> on 2016/11/10 07:20:58 UTC

[jira] [Resolved] (HBASE-17061) HBase shell split command may be unusable if region name includes binary-encoded data

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

Jeongdae Kim resolved HBASE-17061.
----------------------------------
    Resolution: Duplicate

already fixed by HBASE-14767

> HBase shell split command may be unusable if region name includes binary-encoded data
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-17061
>                 URL: https://issues.apache.org/jira/browse/HBASE-17061
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.2.3
>            Reporter: Jeongdae Kim
>            Priority: Minor
>
> similar to HBASE-15032, HBASE-4160, and HBASE-4115, if split point have some binary characters, table will be split with wrong split point like below.
> hbase(main):001:0> split "test1", "\xFF\x01\x12"
> then, table will be split with "\xEF\xBF\xBD\x00\x12".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)