Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45CFF612C for ; Tue, 19 Jul 2011 17:07:20 +0000 (UTC) Received: (qmail 92819 invoked by uid 500); 19 Jul 2011 17:07:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92780 invoked by uid 500); 19 Jul 2011 17:07:19 -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 92771 invoked by uid 99); 19 Jul 2011 17:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 17:07:19 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 17:07:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D663E4465C for ; Tue, 19 Jul 2011 17:06:57 +0000 (UTC) Date: Tue, 19 Jul 2011 17:06:57 +0000 (UTC) From: "Li Pi (JIRA)" To: issues@hbase.apache.org Message-ID: <1946469440.4628.1311095217874.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1847633630.35209.1308880667396.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4027) Enable direct byte buffers LruBlockCache 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-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Pi updated HBASE-4027: ------------------------- Attachment: slabcachepatchv2.diff fixed disabled on heap cache. > Enable direct byte buffers LruBlockCache > ---------------------------------------- > > Key: HBASE-4027 > URL: https://issues.apache.org/jira/browse/HBASE-4027 > Project: HBase > Issue Type: Improvement > Reporter: Jason Rutherglen > Assignee: Li Pi > Priority: Minor > Attachments: slabcachepatch.diff, slabcachepatchv2.diff > > > Java offers the creation of direct byte buffers which are allocated outside of the heap. > They need to be manually free'd, which can be accomplished using an documented {{clean}} method. > The feature will be optional. After implementing, we can benchmark for differences in speed and garbage collection observances. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira