HBASE-3321 Replication.join shouldn't clear the logs znode

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1045426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2010-12-13 23:52:53 +00:00
parent 0482a811e6
commit 702766bd2f
2 changed files with 1 additions and 2 deletions

View File

@ -765,7 +765,7 @@ Release 0.90.0 - Unreleased
HBASE-3334 Refresh our hadoop jar because of HDFS-1520
HBASE-3347 Can't truncate/disable table that has rows in .META. that have empty
info:regioninfo column
HBASE-3321 Replication.join shouldn't clear the logs znode
IMPROVEMENTS

View File

@ -91,7 +91,6 @@ public class Replication implements WALObserver {
public void join() {
if (this.replication) {
this.replicationManager.join();
this.zkHelper.deleteOwnRSZNode();
}
}