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 843A318BCC for ; Tue, 16 Jun 2015 16:42:03 +0000 (UTC) Received: (qmail 16208 invoked by uid 500); 16 Jun 2015 16:42:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 16170 invoked by uid 500); 16 Jun 2015 16:42:01 -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 16151 invoked by uid 99); 16 Jun 2015 16:42:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 16:42:01 +0000 Date: Tue, 16 Jun 2015 16:42:01 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13916) Create MultiByteBuffer 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-13916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588346#comment-14588346 ] Anoop Sam John commented on HBASE-13916: ---------------------------------------- bq.-1 javac. The applied patch generated 15 javac compiler warnings (more than the master's current 9 warnings). bq.-1 javadoc. The javadoc tool appears to have generated 4 warning messages. These are because of the usage of Unsafe in ByteBufferUtils. We will have to add these counts to the approved counts. > Create MultiByteBuffer > ---------------------- > > Key: HBASE-13916 > URL: https://issues.apache.org/jira/browse/HBASE-13916 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Fix For: 2.0.0 > > Attachments: HBASE-13916.patch > > > This is an aggregation of N ByteBuffers. The block when served directly by block cache buckets memory, we have the block data split across multiple byte buffers. This aggregate type (like ByteBuffer) will serve the HFileBlock data. > This jira wil just provide the new data structure -- This message was sent by Atlassian JIRA (v6.3.4#6332)