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:
parent
0482a811e6
commit
702766bd2f
|
@ -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
|
||||
|
|
|
@ -91,7 +91,6 @@ public class Replication implements WALObserver {
|
|||
public void join() {
|
||||
if (this.replication) {
|
||||
this.replicationManager.join();
|
||||
this.zkHelper.deleteOwnRSZNode();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue