weizuo93 commented on a change in pull request #5488: URL: https://github.com/apache/incubator-doris/pull/5488#discussion_r621763780
########## 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 OK, I have modified it. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org