morningman commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-doris/pull/5752#discussion_r627138010
##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1379,4 +1379,16 @@
*/
@ConfField
public static int grpc_max_message_size_bytes = 1 * 1024 * 1024 * 1024; //
1GB
+
+ @ConfField(mutable = true)
+ public static boolean disable_alter_table = true;
+
+ @ConfField(mutable = true)
+ public static boolean disable_broker_load = false;
+
+ @ConfField(mutable = true)
+ public static boolean disable_truncate_table = false;
+
+ @ConfField(mutable = true)
+ public static boolean disable_stream_load = false;
Review comment:
I think we can create an array config to do this.
--
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]