caiconghui 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_r406675498
 
 

 ##########
 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:
   in my point of view, quota is a necessary limit for resource usage, the 
resource is limited, replica quota should like data quota, not set to be -1 
@imay 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to