yiguolei commented on code in PR #21996:
URL: https://github.com/apache/doris/pull/21996#discussion_r1271659149


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2049,4 +2049,13 @@ public class Config extends ConfigBase {
     @ConfField
     public static long statistics_sql_mem_limit_in_bytes = 2L * 1024 * 1024 * 
1024;
 
+    @ConfField(mutable = true, masterOnly = true)
+    public static boolean mt_enable_parallel_publish = false;

Review Comment:
   what does mt mean?



##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2049,4 +2049,13 @@ public class Config extends ConfigBase {
     @ConfField
     public static long statistics_sql_mem_limit_in_bytes = 2L * 1024 * 1024 * 
1024;
 
+    @ConfField(mutable = true, masterOnly = true)
+    public static boolean mt_enable_parallel_publish = false;

Review Comment:
   what does mt mean?



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


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

Reply via email to