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?
--
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]