Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
We're still facing issues with RIT, and now there's an additional frustrating problem: several tables are not coming online.
In the HBase meta table, the state is set to "\x08\x02", which indicates the table is "DISABLING" The region state is CLOSED, but modifying these states hasn't resolved the issue.
I've tried addressing this by using put statements and the hbck2 tool, but the problem persists. The current HBase version is 2.0.2.
hbase shell # Disable tabledisable '<table_name>'# Wait a few seconds, then enableenable'<table_name>'# If that fails, try force disabledisable_all '<table_name>'