We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce91a48 commit c8bb623Copy full SHA for c8bb623
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
@@ -511,6 +511,10 @@ private void initialize() {
511
}
512
513
514
+ if (!this.isSourceActive()) {
515
+ return;
516
+ }
517
+
518
// In rare case, zookeeper setting may be messed up. That leads to the incorrect
519
// peerClusterId value, which is the same as the source clusterId
520
if (clusterId.equals(peerClusterId) && !replicationEndpoint.canReplicateToSameCluster()) {
0 commit comments