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 BCA5B187F4 for ; Fri, 11 Sep 2015 16:17:47 +0000 (UTC) Received: (qmail 79988 invoked by uid 500); 11 Sep 2015 16:17:47 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79949 invoked by uid 500); 11 Sep 2015 16:17:47 -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 79929 invoked by uid 99); 11 Sep 2015 16:17:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 16:17:47 +0000 Date: Fri, 11 Sep 2015 16:17:47 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=14741061#comment-14741061 ] Ted Yu commented on HBASE-6617: ------------------------------- bq. presuming this is going to 1.3+ True. bq. folks are reasonably certain any issues I've already brought up were addressed. Yes. > 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.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)