gavinchou commented on code in PR #33796: URL: https://github.com/apache/doris/pull/33796#discussion_r1571094455
########## be/src/common/config.cpp: ########## @@ -1028,6 +1028,7 @@ DEFINE_mInt64(s3_write_buffer_size, "5242880"); // The timeout config for S3 buffer allocation DEFINE_mInt32(s3_writer_buffer_allocation_timeout, "300"); DEFINE_mInt64(file_cache_max_file_reader_cache_size, "1000000"); +DEFINE_mInt64(hdfs_write_batch_buffer_size_mb, "4"); // 4MB Review Comment: no need to set it as MB, using bytes is ok. check it when BE starts -- 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: commits-unsubscr...@doris.apache.org 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