Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B289200B92 for ; Wed, 14 Sep 2016 06:38:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39B6D160AD2; Wed, 14 Sep 2016 04:38:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 76E84160AD8 for ; Wed, 14 Sep 2016 06:38:23 +0200 (CEST) Received: (qmail 29752 invoked by uid 500); 14 Sep 2016 04:38:22 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 29711 invoked by uid 99); 14 Sep 2016 04:38:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 04:38:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6F812C1B80 for ; Wed, 14 Sep 2016 04:38:21 +0000 (UTC) Date: Wed, 14 Sep 2016 04:38:21 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-11871) Avoid usage of KeyValueUtil#ensureKeyValue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Sep 2016 04:38:24 -0000 [ https://issues.apache.org/jira/browse/HBASE-11871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John resolved HBASE-11871. ------------------------------------ Resolution: Fixed > Avoid usage of KeyValueUtil#ensureKeyValue > ------------------------------------------ > > Key: HBASE-11871 > URL: https://issues.apache.org/jira/browse/HBASE-11871 > Project: HBase > Issue Type: Umbrella > Components: regionserver > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Labels: None > > Now we try to use diff impls of Cells (other than KV) in server side for optimizations. (HBASE-11870 is one like this) Having code KeyValueUtil#ensureKeyValue can be dangerous as it recreate the Cell and do buffer copy. This is an umbrella issue. Will raise small sub tasks in specific areas and tackle this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)