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 C25CF8E6E for ; Tue, 13 Sep 2011 21:21:30 +0000 (UTC) Received: (qmail 18823 invoked by uid 500); 13 Sep 2011 21:21:30 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18803 invoked by uid 500); 13 Sep 2011 21:21:30 -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 18793 invoked by uid 99); 13 Sep 2011 21:21:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 21:21:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 21:21:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE301963BE for ; Tue, 13 Sep 2011 21:21:08 +0000 (UTC) Date: Tue, 13 Sep 2011 21:21:08 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1040145902.24113.1315948868906.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-2196) Support more than one slave cluster 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-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103998#comment-13103998 ] Jean-Daniel Cryans commented on HBASE-2196: ------------------------------------------- Yes that's why I do this in TestReplication: {code} for ( JVMClusterUtil.RegionServerThread r : utility1.getHBaseCluster().getRegionServerThreads()) { r.getRegionServer().getWAL().rollWriter(); } {code} > Support more than one slave cluster > ----------------------------------- > > Key: HBASE-2196 > URL: https://issues.apache.org/jira/browse/HBASE-2196 > Project: HBase > Issue Type: Sub-task > Components: replication > Reporter: Jean-Daniel Cryans > Fix For: 0.92.0 > > Attachments: 2196-v2.txt, 2196.txt, HBASE-2196-wip.patch > > > Currently replication supports only 1 slave cluster, need to ability to add more. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira