[
https://issues.apache.org/jira/browse/HBASE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-1383.
--------------------------
Resolution: Fixed
I added to troubleshooting and I did this in shell:
{code}
Index: bin/hirb.rb
===================================================================
--- bin/hirb.rb (revision 772422)
+++ bin/hirb.rb (working copy)
@@ -194,8 +194,11 @@
disable Disable the named table: e.g. "hbase> disable 't1'"
- drop Drop the named table. Table must first be disabled
+ drop Drop the named table. Table must first be disabled. If table has
+ more than one region, run a major compaction on .META.:
+ hbase> major_compact ".META."
+
enable Enable the named table
{code}
> hbase shell needs to warn on deleting multi-region table
> --------------------------------------------------------
>
> Key: HBASE-1383
> URL: https://issues.apache.org/jira/browse/HBASE-1383
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: ryan rawson
> Assignee: stack
> Fix For: 0.20.0
>
>
> if a multi-region table is deleted, then re-created, the old regions in the
> storefiles can interfere with the new table. to fix this, a major compaction
> should be issued before loading the new table. the shell should warn people
> of this so we don't end up with unhappy users.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.