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 1b50404 commit 61a3a9fCopy full SHA for 61a3a9f
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
@@ -504,6 +504,10 @@ private void initialize() {
504
}
505
506
507
+ if(!this.isSourceActive()) {
508
+ return;
509
+ }
510
+
511
// In rare case, zookeeper setting may be messed up. That leads to the incorrect
512
// peerClusterId value, which is the same as the source clusterId
513
if (clusterId.equals(peerClusterId) && !replicationEndpoint.canReplicateToSameCluster()) {
0 commit comments