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 2021/12/03 02:44:59 UTC

[GitHub] [hbase] Reidddddd commented on a change in pull request #3911: HBASE-26532 Replication could choose the same named group if it is exist in the target cluster

Reidddddd commented on a change in pull request #3911:
URL: https://github.com/apache/hbase/pull/3911#discussion_r761610319



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java
##########
@@ -77,9 +90,13 @@
    */
   public static final float DEFAULT_REPLICATION_SOURCE_RATIO = 0.5f;
 
+  static final float DEFAULT_REPLICATION_SOURCE_GROUP_RATIO = 1f;
+
   // Ratio of total number of potential peer region servers to be used
   private float ratio;
 
+  private float groupRatio;

Review comment:
       here can add some descriptions/comments as well




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org