Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 93925 invoked from network); 9 Dec 2010 19:06:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 19:06:21 -0000 Received: (qmail 14540 invoked by uid 500); 9 Dec 2010 19:06:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14508 invoked by uid 500); 9 Dec 2010 19:06:21 -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 14500 invoked by uid 99); 9 Dec 2010 19:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 19:06:21 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 19:06:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB9J61vQ021940 for ; Thu, 9 Dec 2010 19:06:01 GMT Message-ID: <22089540.42521291921561181.JavaMail.jira@thor> Date: Thu, 9 Dec 2010 14:06:01 -0500 (EST) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3321) Replication.join shouldn't clear the logs znode In-Reply-To: <13556290.29101291858201921.JavaMail.jira@thor> 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-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3321: -------------------------------------- Fix Version/s: (was: 0.90.1) (was: 0.92.0) 0.90.0 Summary: Replication.join shouldn't clear the logs znode (was: Replicaiton.join shouldn't clear the logs znode) > Replication.join shouldn't clear the logs znode > ----------------------------------------------- > > Key: HBASE-3321 > URL: https://issues.apache.org/jira/browse/HBASE-3321 > Project: HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Priority: Critical > Fix For: 0.90.0 > > > Replication.join calls zkHelper.deleteOwnRSZNode and it shouldn't since ReplicationSourceManager does it already with a check. Currently you can lose replication data if there where still stuff to replicate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.