Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 37474 invoked from network); 22 May 2010 22:27:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 May 2010 22:27:41 -0000 Received: (qmail 26004 invoked by uid 500); 22 May 2010 22:27:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25976 invoked by uid 500); 22 May 2010 22:27:41 -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 25968 invoked by uid 500); 22 May 2010 22:27:41 -0000 Delivered-To: apmail-hadoop-hbase-issues@hadoop.apache.org Received: (qmail 25965 invoked by uid 99); 22 May 2010 22:27:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 May 2010 22:27:41 +0000 X-ASF-Spam-Status: No, hits=-1455.4 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; Sat, 22 May 2010 22:27:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4MMRL90025663 for ; Sat, 22 May 2010 22:27:21 GMT Message-ID: <3093814.36701274567241383.JavaMail.jira@thor> Date: Sat, 22 May 2010 18:27:21 -0400 (EDT) From: "Andrew Purtell (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2468) Improvements to prewarm META cache on clients 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-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870326#action_12870326 ] Andrew Purtell commented on HBASE-2468: --------------------------------------- bq. I agree with Jonathan that the "prefetch entire META" should be optional, default false. Well you are the reporter so I will defer to that, though the issue description implies otherwise to me. > Improvements to prewarm META cache on clients > --------------------------------------------- > > Key: HBASE-2468 > URL: https://issues.apache.org/jira/browse/HBASE-2468 > Project: Hadoop HBase > Issue Type: Improvement > Components: client > Reporter: Todd Lipcon > Assignee: Mingjie Lai > Fix For: 0.21.0 > > Attachments: HBASE-2468-trunk.patch > > > A couple different use cases cause storms of reads to META during startup. For example, a large MR job will cause each map task to hit meta since it starts with an empty cache. > A couple possible improvements have been proposed: > - MR jobs could ship a copy of META for the table in the DistributedCache > - Clients could prewarm cache by doing a large scan of all the meta for the table instead of random reads for each miss > - Each miss could fetch ahead some number of rows in META -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.