Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 68626 invoked from network); 13 Jun 2010 17:22:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 17:22:35 -0000 Received: (qmail 78002 invoked by uid 500); 13 Jun 2010 17:22:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77911 invoked by uid 500); 13 Jun 2010 17:22:35 -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 77902 invoked by uid 99); 13 Jun 2010 17:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 17:22:35 +0000 X-ASF-Spam-Status: No, hits=-1517.2 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; Sun, 13 Jun 2010 17:22:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5DHMEnZ018405 for ; Sun, 13 Jun 2010 17:22:14 GMT Message-ID: <160374.69601276449734809.JavaMail.jira@thor> Date: Sun, 13 Jun 2010 13:22:14 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] stack resolved HBASE-2468. -------------------------- Hadoop Flags: [Reviewed] Resolution: Fixed Committed. Thank you for the patch Mingjie Lai. > Improvements to prewarm META cache on clients > --------------------------------------------- > > Key: HBASE-2468 > URL: https://issues.apache.org/jira/browse/HBASE-2468 > Project: 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.