You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/18 04:49:59 UTC

[GitHub] [hbase] shahrs87 commented on a change in pull request #499: [HBASE-22601] Misconfigured addition of peers leads to cluster shutdown.

shahrs87 commented on a change in pull request #499: [HBASE-22601] Misconfigured addition of peers leads to cluster shutdown.
URL: https://github.com/apache/hbase/pull/499#discussion_r314968060
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
 ##########
 @@ -504,6 +504,15 @@ private void initialize() {
       }
     }
 
+    if (peerClusterId == null) {
 
 Review comment:
   Actually this makes more sense. Thanks for the idea. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services