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 B48AB200B96 for ; Thu, 6 Oct 2016 10:55:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B367D160AED; Thu, 6 Oct 2016 08:55:27 +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 25FF3160AAD for ; Thu, 6 Oct 2016 10:55:26 +0200 (CEST) Received: (qmail 19412 invoked by uid 500); 6 Oct 2016 08:55: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 19278 invoked by uid 99); 6 Oct 2016 08:55:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 08:55:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB1932C2A66 for ; Thu, 6 Oct 2016 08:55:20 +0000 (UTC) Date: Thu, 6 Oct 2016 08:55:20 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16782) Create compaction specific writer that are of type ShipperListener MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Oct 2016 08:55:27 -0000 ramkrishna.s.vasudevan created HBASE-16782: ---------------------------------------------- Summary: Create compaction specific writer that are of type ShipperListener Key: HBASE-16782 URL: https://issues.apache.org/jira/browse/HBASE-16782 Project: HBase Issue Type: Improvement Affects Versions: 2.0.0 Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Priority: Minor Fix For: 2.0.0 In HBASE-16372, there was a discussion around having Compaction specific writers so that only those writers are of type ShipperListener. Though some of the patches attached there was able to do it, still changin StoreFileWriter was affecting MOB and MR as the builder inside it was private. This improvement JIRA is to ensure all we create compaction specific writers. For now only the compaciton flow calls ShipperListener#beforeShipped() so should be fine as of now. -- This message was sent by Atlassian JIRA (v6.3.4#6332)