weizuo93 commented on a change in pull request #5452: URL: https://github.com/apache/incubator-doris/pull/5452#discussion_r601984725
########## File path: be/src/common/config.h ########## @@ -348,6 +348,12 @@ CONF_mInt32(streaming_load_rpc_max_alive_time_sec, "1200"); CONF_Int32(tablet_writer_open_rpc_timeout_sec, "60"); // You can ignore brpc error '[E1011]The server is overcrowded' when writing data. CONF_mBool(tablet_writer_ignore_eovercrowded, "false"); +// batch size of stream load record reported to FE +CONF_mInt32(stream_load_record_batch_size, "50"); +// expire time of stream load record in rocksdb. 1000*1000*60*60*8=28800000000(8 hour) +CONF_mInt64(stream_load_record_expire_time_us, "28800000000"); Review comment: > better use more readable config, I suggest using HOUR. OK. -- 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