morningman commented on a change in pull request #4217: URL: https://github.com/apache/incubator-doris/pull/4217#discussion_r463947381
########## File path: be/src/common/config.h ########## @@ -303,11 +303,14 @@ namespace config { CONF_Int64(load_data_reserve_hours, "4"); // log error log will be removed after this time CONF_mInt64(load_error_log_reserve_hours, "48"); - // Deprecated, use streaming_load_max_mb instead - // CONF_Int64(mini_load_max_mb, "2048"); CONF_Int32(number_tablet_writer_threads, "16"); + // The maximum amount of data that can be processed by a stream load Review comment: Actually, this default value is too big for a stream load. But I am not going to modify this to avoid some user troubles. ---------------------------------------------------------------- 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