liaoxin01 commented on code in PR #30458: URL: https://github.com/apache/doris/pull/30458#discussion_r1470493414
########## be/src/common/config.h: ########## @@ -820,6 +820,8 @@ DECLARE_mDouble(tablet_version_graph_orphan_vertex_ratio); DECLARE_Bool(share_delta_writers); // timeout for open load stream rpc in ms DECLARE_Int64(open_load_stream_timeout_ms); +// enable write background when using brpc stream +DECLARE_mBool(enable_write_background); Review Comment: ```suggestion DECLARE_mBool(enable_brpc_stream_write_background); ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
