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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]