Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 23868 invoked from network); 21 Jun 2010 05:23:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jun 2010 05:23:47 -0000 Received: (qmail 86684 invoked by uid 500); 21 Jun 2010 05:23:47 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86631 invoked by uid 500); 21 Jun 2010 05:23:45 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 86623 invoked by uid 99); 21 Jun 2010 05:23:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:23:44 +0000 X-ASF-Spam-Status: No, hits=-1533.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 05:23:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5L5NNKK023062 for ; Mon, 21 Jun 2010 05:23:23 GMT Message-ID: <5855210.105411277097803145.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 01:23:23 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: issues@hbase.apache.org Subject: [jira] Created: (HBASE-2760) "Cannot find row in .META." warnings from cache prefetch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 "Cannot find row in .META." warnings from cache prefetch -------------------------------------------------------- Key: HBASE-2760 URL: https://issues.apache.org/jira/browse/HBASE-2760 Project: HBase Issue Type: Bug Components: client Affects Versions: 0.21.0 Reporter: Todd Lipcon Priority: Critical Getting errors like this: org.apache.hadoop.hbase.TableNotFoundException: Cannot find row in .META. for table: VerifiableEditor, row=VerifiableEditor,,00000000000000 at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:104) at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.prefetchRegionCache(HConnectionManager.java:733) META contains: {code} hbase(main):001:0> scan '.META.' ROW COLUMN+CELL VerifiableEditor,,1277097543936.6a2992842d685f48213bc33 column=info:regioninfo, timestamp=1277097544071, value=REGION => {NAME => 'VerifiableEditor,,1277097543936.6a2992842d685f48213bc33afa85ac94.', STARTKEY => '', ENDK afa85ac94. EY => '', ENCODED => 6a2992842d685f48213bc33afa85ac94, TABLE => {{NAME => 'VerifiableEditor', FAMILIES => [{NAME => 'info', BLOOMFILTER => 'NONE', REPLICATION_SCOP E => '0', COMPRESSION => 'NONE', VERSIONS => '3', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}} VerifiableEditor,,1277097543936.6a2992842d685f48213bc33 column=info:server, timestamp=1277097544317, value=monster04.sf.cloudera.com:60020 afa85ac94. VerifiableEditor,,1277097543936.6a2992842d685f48213bc33 column=info:serverstartcode, timestamp=1277097544317, value=1277097337799 afa85ac94. 1 row(s) in 0.2660 seconds {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.