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 F3C2E200B8B for ; Tue, 4 Oct 2016 12:44:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F230A160AC9; Tue, 4 Oct 2016 10:44: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 31AED160AC5 for ; Tue, 4 Oct 2016 12:44:23 +0200 (CEST) Received: (qmail 46586 invoked by uid 500); 4 Oct 2016 10:44:21 -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 46285 invoked by uid 99); 4 Oct 2016 10:44:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 10:44:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 59D652C2A5F for ; Tue, 4 Oct 2016 10:44:21 +0000 (UTC) Date: Tue, 4 Oct 2016 10:44:21 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16758) Bring back HBaseZeroCopyByteStringer stuff MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 04 Oct 2016 10:44:24 -0000 Anoop Sam John created HBASE-16758: -------------------------------------- Summary: Bring back HBaseZeroCopyByteStringer stuff Key: HBASE-16758 URL: https://issues.apache.org/jira/browse/HBASE-16758 Project: HBase Issue Type: Sub-task Affects Versions: 2.0.0 Reporter: Anoop Sam John Assignee: Anoop Sam John Fix For: 2.0.0 After the shading and moving to 3.x PB, we dont need this. But many a places, we can not use the shaded classes. (Like FanOutOneBlockAsyncDFSOutputSaslHelper). In those places it will be better to go with old way of HBaseZeroCopyByteStringer fix to avoid copy. Need to see where all we need to do this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)