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:03:58 UTC

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

Jeongdae Kim created HBASE-17061:
------------------------------------

             Summary: 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
            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)