zhaojintaozhao commented on a change in pull request #4550:
URL: https://github.com/apache/incubator-doris/pull/4550#discussion_r486420817



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1250,4 +1250,16 @@
      */
     @ConfField(mutable = true, masterOnly = true)
     public static boolean enable_batch_delete_by_default = false;
+
+    /**
+     * Used to set default db data quota bytes.
+     */
+    @ConfField(mutable = true, masterOnly = false)
+    public static long default_db_data_quota_bytes = 1024 * 1024 * 1024 * 
1024L; // 1TB

Review comment:
       OK, I change the "masterOnly" property of default_db_data_quota_bytes to 
true




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to