kangkaisen commented on a change in pull request #3283: Support setting replica
quota in db level
URL: https://github.com/apache/incubator-doris/pull/3283#discussion_r406660640
##########
File path: fe/src/main/java/org/apache/doris/common/FeConstants.java
##########
@@ -31,6 +31,7 @@
public static int shortkey_max_column_count = 3;
public static int shortkey_maxsize_bytes = 36;
public static long default_db_data_quota_bytes = 1024 * 1024 * 1024 *
1024L; // 1TB
+ public static long default_db_replica_quota_size = 1000000;
Review comment:
The 1000000 is too small. In meituan.com, the replica number for one
database has exceeded 1000000. I think your initial value 1024 * 1024 * 1024 is
OK.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]