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)

Reply via email to