Description
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.
Attachments
Issue Links
- duplicates
-
HBASE-8859 truncate_preserve should get table split keys as it is instead of converting them to string type and then again to bytes
- Closed