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 33F7918772 for ; Thu, 14 Jan 2016 03:42:41 +0000 (UTC) Received: (qmail 86267 invoked by uid 500); 14 Jan 2016 03:42:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86220 invoked by uid 500); 14 Jan 2016 03:42:40 -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 86041 invoked by uid 99); 14 Jan 2016 03:42:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2016 03:42:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D4DE02C1F5D for ; Thu, 14 Jan 2016 03:42:39 +0000 (UTC) Date: Thu, 14 Jan 2016 03:42:39 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-14944) Minimize or eliminate source incompatible changes due to HBASE-14605, HBASE-14631, and HBASE-14655 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-14944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-14944. ---------------------------------- Resolution: Invalid Fix Version/s: (was: 1.0.4) (was: 1.1.3) Absence of response taken as no further opinion. Resolving as 'Invalid'. > Minimize or eliminate source incompatible changes due to HBASE-14605, HBASE-14631, and HBASE-14655 > -------------------------------------------------------------------------------------------------- > > Key: HBASE-14944 > URL: https://issues.apache.org/jira/browse/HBASE-14944 > Project: HBase > Issue Type: Sub-task > Affects Versions: 1.1.3, 1.0.4 > Reporter: Andrew Purtell > Priority: Blocker > > Minimize or eliminate source incompatible changes due to HBASE-14605, HBASE-14631, and HBASE-14655. The changes are due to abstract method additions to carry the correct (not current) {{User}} through to where authoritative decisions or audit is performed. > HBASE-14605 introduces source incompatible changes to the SplitTransaction interface: > - Adds abstract method execute(Server, RegionServerServices, User) > - Adds abstract method rollback(Server, RegionServerServices, User) > HBASE-14631 introduces source incompatible changes to the RegionMergeTransaction interface: > - Adds abstract method execute(Server, RegionServerServices, User) > - Adds abstract method rollback(Server, RegionServerServices, User) > HBASE-14655 introduces source incompatible changes to the Store interface: > - Adds abstract method compact(CompactionContext, CompactionThroughputController, User) > - Adds abstract method requestCompaction( int, CompactionRequest, User) > Default implementations are provided for binary compatibility but implementors of these interface won't recompile until implementations of the new methods are added. -- This message was sent by Atlassian JIRA (v6.3.4#6332)