[
https://issues.apache.org/jira/browse/HBASE-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096008#comment-13096008
]
Sebastian Bauer commented on HBASE-4301:
----------------------------------------
Todd's TableNotFoundException was when master starting, mine is when i try to
do any operation on tables:
Exception in thread "main"
org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact
region server null for region , row '', but failed after 10 attempts.
Exceptions:
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' was not found.
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getRegionServerWithRetries(HConnectionManager.java:1245)
at
org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:194)
at
org.apache.hadoop.hbase.client.MetaScanner.access$000(MetaScanner.java:52)
at
org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:130)
at
org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:127)
at
org.apache.hadoop.hbase.client.HConnectionManager.execute(HConnectionManager.java:340)
at
org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:127)
at
org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:103)
at
org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:81)
at
org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:65)
at
org.apache.hadoop.hbase.client.MetaScanner.listAllRegions(MetaScanner.java:269)
at
org.apache.hadoop.hbase.client.MetaScanner.listAllRegions(MetaScanner.java:236)
at gl.tools.TableDescriptor.doMain(TableDescriptor.java:24)
> META migration from 0.90 to trunk fails
> ---------------------------------------
>
> Key: HBASE-4301
> URL: https://issues.apache.org/jira/browse/HBASE-4301
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.92.0
> Reporter: Todd Lipcon
> Assignee: Ted Yu
> Priority: Blocker
> Fix For: 0.92.0
>
> Attachments: 4301.txt, 4301_v2.txt, master-log.txt
>
>
> I started a trunk cluster as an upgrade from 0.90.4ish, and now my META table
> is screwed. I can't scan it, etc, and other operations fail.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira