mymeiyi commented on code in PR #46365: URL: https://github.com/apache/doris/pull/46365#discussion_r1924814339
########## be/src/runtime/stream_load/stream_load_executor.cpp: ########## @@ -320,12 +320,16 @@ Status StreamLoadExecutor::commit_txn(StreamLoadContext* ctx) { TNetworkAddress master_addr = _exec_env->cluster_info()->master_fe_addr; TLoadTxnCommitResult result; #ifndef BE_TEST + int timeout_ms = config::txn_commit_rpc_timeout_ms; Review Comment: should also handle the commit the `group_commit_mgr` -- 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