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 6bc78d3 commit 0a1950fCopy full SHA for 0a1950f
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
@@ -510,6 +510,10 @@ private void initialize() {
510
}
511
512
513
+ if (!this.isSourceActive()) {
514
+ return;
515
+ }
516
+
517
// In rare case, zookeeper setting may be messed up. That leads to the incorrect
518
// peerClusterId value, which is the same as the source clusterId
519
if (clusterId.equals(peerClusterId) && !replicationEndpoint.canReplicateToSameCluster()) {
0 commit comments