HHoflittlefish777 commented on code in PR #30432: URL: https://github.com/apache/doris/pull/30432#discussion_r1467562899
########## be/src/runtime/stream_load/stream_load_executor.cpp: ########## @@ -148,6 +148,13 @@ Status StreamLoadExecutor::execute_plan_fragment(std::shared_ptr<StreamLoadConte static_cast<void>(this->commit_txn(ctx.get())); } } + + LOG(INFO) << "finished to execute job. label=" << ctx->label << ", txn_id=" << ctx->txn_id Review Comment: > leave a keyword such as streamload in the log. I will update it. > and consider adding a bvar latency recorder for streamload Perhaps bvar needs to be on-site, but without it, we may not know what happened? Maybe both log and bvar are needed? -- 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