Description
HCM can not find the table with exception:
org.apache.hadoop.hbase.TableNotFoundException: items
at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:508)
at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:460)
at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:420)
at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:130)
at HBaseRef.<init>(HBaseRef.java:29)
at Import.<init>(Import.java:20)
at Import.main(Import.java:26)
I have a fix already for this. But the problem re-appeared after some time. I have no recreated it yet, but will post results in the morning.
Attachments
Attachments
Issue Links
- incorporates
-
HBASE-868 Incrementing binary rows cause strange behavior once table splits
- Closed