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 89AEA6352 for ; Tue, 19 Jul 2011 19:59:27 +0000 (UTC) Received: (qmail 89985 invoked by uid 500); 19 Jul 2011 19:59:27 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89814 invoked by uid 500); 19 Jul 2011 19:59:26 -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 89798 invoked by uid 99); 19 Jul 2011 19:59:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 19:59:26 +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 19:59:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9EEC544BC6 for ; Tue, 19 Jul 2011 19:59:02 +0000 (UTC) Date: Tue, 19 Jul 2011 19:59:02 +0000 (UTC) From: "Li Pi (JIRA)" To: issues@hbase.apache.org Message-ID: <1161249159.5135.1311105542647.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1160438609.29899.1308763368109.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HBASE-4018) Attach memcached as secondary block cache to regionserver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Pi resolved HBASE-4018. -------------------------- Resolution: Not A Problem Wrote slab allocator in java using directbytebuffers instead of using memcached. See HBASE-4027. > Attach memcached as secondary block cache to regionserver > --------------------------------------------------------- > > Key: HBASE-4018 > URL: https://issues.apache.org/jira/browse/HBASE-4018 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Li Pi > Assignee: Li Pi > > Currently, block caches are limited by heap size, which is limited by garbage collection times in Java. > We can get around this by using memcached w/JNI as a secondary block cache. This should be faster than the linux file system's caching, and allow us to very quickly gain access to a high quality slab allocated cache. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira