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 61F7D200B97 for ; Sun, 9 Oct 2016 11:39:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6096C160AC3; Sun, 9 Oct 2016 09:39:23 +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 945CC160AED for ; Sun, 9 Oct 2016 11:39:22 +0200 (CEST) Received: (qmail 33917 invoked by uid 500); 9 Oct 2016 09:39:21 -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 33838 invoked by uid 99); 9 Oct 2016 09:39:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2016 09:39:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 176402C014E for ; Sun, 9 Oct 2016 09:39:21 +0000 (UTC) Date: Sun, 9 Oct 2016 09:39:21 +0000 (UTC) From: "binlijin (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16792) Reuse KeyValue.KeyOnlyKeyValue in BufferedDataBlockEncoder.SeekerState MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 09 Oct 2016 09:39:23 -0000 binlijin created HBASE-16792: -------------------------------- Summary: Reuse KeyValue.KeyOnlyKeyValue in BufferedDataBlockEncoder.SeekerState Key: HBASE-16792 URL: https://issues.apache.org/jira/browse/HBASE-16792 Project: HBase Issue Type: Improvement Reporter: binlijin Attachments: HBASE-16792_master.patch When every SeekerState#invalidate will new a fresh KeyValue.KeyOnlyKeyValue, we should reuse it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)