Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 91741 invoked from network); 21 Jun 2010 23:58:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jun 2010 23:58:34 -0000 Received: (qmail 3314 invoked by uid 500); 21 Jun 2010 23:58:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3263 invoked by uid 500); 21 Jun 2010 23:58:33 -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 3255 invoked by uid 99); 21 Jun 2010 23:58:33 -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 23:58:33 +0000 X-ASF-Spam-Status: No, hits=-1535.1 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 23:58:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5LNwCXc007397 for ; Mon, 21 Jun 2010 23:58:12 GMT Message-ID: <30789034.41277164692031.JavaMail.jira@thor> Date: Mon, 21 Jun 2010 19:58:12 -0400 (EDT) From: "HBase Review Board (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-2760) "Cannot find row in .META." warnings from cache prefetch In-Reply-To: <5855210.105411277097803145.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880961#action_12880961 ] HBase Review Board commented on HBASE-2760: ------------------------------------------- Message from: stack@duboce.net ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/211/#review260 ----------------------------------------------------------- Ship it! I already +1'd this patch over in the issue (this review.hbase.org seemed down for me this morning when I went to review). - stack > "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 > Assignee: 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.