yujun777 commented on code in PR #35342: URL: https://github.com/apache/doris/pull/35342#discussion_r1639317156
########## be/src/runtime/stream_load/stream_load_executor.cpp: ########## @@ -174,6 +175,7 @@ Status StreamLoadExecutor::begin_txn(StreamLoadContext* ctx) { request.__set_timeout(ctx->timeout_second); } request.__set_request_id(ctx->id.to_thrift()); + request.__set_backend_id(_exec_env->master_info()->backend_id); Review Comment: had fix httpstream -- 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