You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2013/10/15 08:24:41 UTC

[jira] [Created] (HBASE-9760) truncate_preserve uses duplicate split keys

Elliott Clark created HBASE-9760:
------------------------------------

             Summary: truncate_preserve uses duplicate split keys
                 Key: HBASE-9760
                 URL: https://issues.apache.org/jira/browse/HBASE-9760
             Project: HBase
          Issue Type: Bug
          Components: shell
            Reporter: Elliott Clark
             Fix For: 0.96.0


{code}
hbase(main):003:0> truncate_preserve "IntegrationTestBigLinkedList"
Truncating 'IntegrationTestBigLinkedList' table (it may take a while):
 - Disabling table...
 - Dropping table...
 - Creating table with region boundaries...

ERROR: All split keys must be unique, found duplicate: \xEF\xBF\xBD, \xEF\xBF\xBD

Here is some help for this command:
  Disables, drops and recreates the specified table while still maintaing the previous region boundaries.
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)