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 2B1BC100FA for ; Wed, 26 Mar 2014 17:06:31 +0000 (UTC) Received: (qmail 86939 invoked by uid 500); 26 Mar 2014 17:06:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86757 invoked by uid 500); 26 Mar 2014 17:06:23 -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 86601 invoked by uid 99); 26 Mar 2014 17:06:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 17:06:19 +0000 Date: Wed, 26 Mar 2014 17:06:19 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10772) Use ByteRanges instead of ByteBuffers in BlockCache 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-10772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948113#comment-13948113 ] ramkrishna.s.vasudevan commented on HBASE-10772: ------------------------------------------------ bq.Maybe the putShort/putInt/putLong methods Yes, +1. But I think still we may have to have somethings similar to slice(), duplicate(). AS said am trying to reduce the things needed in BR. I think Anoop also had the need for few things like this in his work. So will consolidate and come up with a patch by tomorrow. > Use ByteRanges instead of ByteBuffers in BlockCache > --------------------------------------------------- > > Key: HBASE-10772 > URL: https://issues.apache.org/jira/browse/HBASE-10772 > Project: HBase > Issue Type: Sub-task > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > > Try replacing the BBs with Byte Ranges in Block cache. See if this can be done in a pluggable way. -- This message was sent by Atlassian JIRA (v6.2#6252)