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 2145D199E6 for ; Wed, 13 Apr 2016 22:21:29 +0000 (UTC) Received: (qmail 64097 invoked by uid 500); 13 Apr 2016 22:21:26 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64041 invoked by uid 500); 13 Apr 2016 22:21:26 -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 63753 invoked by uid 99); 13 Apr 2016 22:21:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2016 22:21:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 03DD82C1F5A for ; Wed, 13 Apr 2016 22:21:26 +0000 (UTC) Date: Wed, 13 Apr 2016 22:21:26 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15647) Backport HBASE-15507 to 0.98 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-15647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15647: ----------------------------------- Fix Version/s: 0.98.19 > Backport HBASE-15507 to 0.98 > ---------------------------- > > Key: HBASE-15647 > URL: https://issues.apache.org/jira/browse/HBASE-15647 > Project: HBase > Issue Type: Improvement > Components: Replication > Affects Versions: 0.98.18 > Reporter: Geoffrey Jacoby > Assignee: Geoffrey Jacoby > Fix For: 0.98.19 > > Attachments: HBASE-15647-0.98.patch > > > HBASE-15507 introduced an update_peer_config method to allow online changes to replication config. It depended on HBASE-11393, which so far exists only in master and can only be in 2.0 and above because of some incompatible changes to replication peer config serialization. > To get this in 0.98 will require two things: > 1. Port the PeerConfigTracker in HBASE-11393 to 0.98 without taking the incompatible tableCF serialization changes. > 2. Port HBASE-15507's logic on top of this. > Most of this work was done in HBASE-15633 for branch-1, but 0.98 is just different enough to need some tweaks of its own. -- This message was sent by Atlassian JIRA (v6.3.4#6332)