Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 85068 invoked from network); 17 Feb 2011 02:36:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2011 02:36:15 -0000 Received: (qmail 2252 invoked by uid 500); 17 Feb 2011 02:36:14 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 1997 invoked by uid 500); 17 Feb 2011 02:36:12 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 1989 invoked by uid 99); 17 Feb 2011 02:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 02:36:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jason.rutherglen@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qw0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 02:36:04 +0000 Received: by qwa26 with SMTP id 26so2029242qwa.14 for ; Wed, 16 Feb 2011 18:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PDC/Glre971m6aGUtzJRTpo/CNGXNeTOMChUgzNtfNM=; b=LlglMc6dbPhJJymqX29an6Cap6JLXVb+24koBsPYNbsP0Gt9ysIKB53H4pwZ7UhXNL ACDn3y9VqyhjRPWOhqm3b9gfcY9g4pm9+gJoEJV0cgfE8k0XP4i4nwrskEnGXY2R06+8 1N/vRpZt3yFXlzwSITTqKnOUux7Z9ByJRIdP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Ki6t2L/i/cbMH6MKy3fz+JMn5wLuhR57C8fxrMYrXxZuVISbaOPaNKAF6E0qDuIrgW URRGClZ9f32Q84RlN3X57pG4YBTcA20tHO7cd42h08Cp1rOJgwIhsK2PicNVmAPlnzCZ BW9Xt8yZYJIouuGQ7QlkOayEjfgpgvlL8Mk6c= MIME-Version: 1.0 Received: by 10.229.189.4 with SMTP id dc4mr1604645qcb.173.1297910143515; Wed, 16 Feb 2011 18:35:43 -0800 (PST) Received: by 10.229.65.198 with HTTP; Wed, 16 Feb 2011 18:35:43 -0800 (PST) In-Reply-To: References: <937582.63759.qm@web130123.mail.mud.yahoo.com> Date: Wed, 16 Feb 2011 18:35:43 -0800 Message-ID: Subject: Re: Major compactions and OS cache From: Jason Rutherglen To: Ryan Rawson Cc: Edward Capriolo , user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org > There is a patch that causes us to evict the block cache on close of > hfile, and populate the block cache during compaction write out. =A0This > is included in 0.90. That's good! > HDFS-347, which is a huge > clear win but still no plans to include it in any hadoop version. Why's that? It seems to be fairly logical. Does it affect the 'over-the-wire' protocol? On Wed, Feb 16, 2011 at 6:23 PM, Ryan Rawson wrote: > There is a patch that causes us to evict the block cache on close of > hfile, and populate the block cache during compaction write out. =A0This > is included in 0.90. > > So that helps. =A0Fixing VFS issues is quite a bit longer term, since > the on-wire format of HDFS rpc is kind of "fixed", petitioning for > changes will be a little tricky. Again, see HDFS-347, which is a huge > clear win but still no plans to include it in any hadoop version. > > -ryan >