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 97BA01859D for ; Wed, 28 Oct 2015 19:11:31 +0000 (UTC) Received: (qmail 46889 invoked by uid 500); 28 Oct 2015 19:11:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 46842 invoked by uid 500); 28 Oct 2015 19:11:28 -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 46693 invoked by uid 99); 28 Oct 2015 19:11:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2015 19:11:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F16182C1F84 for ; Wed, 28 Oct 2015 19:11:27 +0000 (UTC) Date: Wed, 28 Oct 2015 19:11:27 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-6617) ReplicationSourceManager should be able to track multiple WAL paths 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-6617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark updated HBASE-6617: --------------------------------- Fix Version/s: (was: 1.20) 1.2.0 > ReplicationSourceManager should be able to track multiple WAL paths > ------------------------------------------------------------------- > > Key: HBASE-6617 > URL: https://issues.apache.org/jira/browse/HBASE-6617 > Project: HBase > Issue Type: Improvement > Components: Replication > Reporter: Ted Yu > Assignee: Yu Li > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: 6617-v11.patch, HBASE-6617.branch-1.patch, HBASE-6617.branch-1.v2.patch, HBASE-6617.branch-1.v2.patch, HBASE-6617.branch-1.v2.patch, HBASE-6617.patch, HBASE-6617_v10.patch, HBASE-6617_v11.patch, HBASE-6617_v12.patch, HBASE-6617_v2.patch, HBASE-6617_v3.patch, HBASE-6617_v4.patch, HBASE-6617_v7.patch, HBASE-6617_v9.patch > > > Currently ReplicationSourceManager uses logRolled() to receive notification about new HLog and remembers it in latestPath. > When region server has multiple WAL support, we need to keep track of multiple Path's in ReplicationSourceManager -- This message was sent by Atlassian JIRA (v6.3.4#6332)