You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/04/28 01:12:58 UTC

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5488: [Feature][Stream Load] Add "show stream load" to show stream load record

yangzhg commented on a change in pull request #5488:
URL: https://github.com/apache/incubator-doris/pull/5488#discussion_r621735280



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -605,6 +605,12 @@
     @ConfField(mutable = true, masterOnly = true)
     public static int max_stream_load_record_size = 5000;
 
+    /**
+     * Whether to close show stream load and clear stream load records in memory.
+     */
+    @ConfField(mutable = true, masterOnly = true)
+    public static boolean close_show_stream_load = false;

Review comment:
       `disable_show_stream_load` is better




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



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