yiguolei commented on code in PR #29337:
URL: https://github.com/apache/doris/pull/29337#discussion_r1438992774
##########
be/src/runtime/workload_management/workload_action.cpp:
##########
@@ -29,7 +30,35 @@ void WorkloadActionCancelQuery::exec(WorkloadQueryInfo*
query_info) {
}
void WorkloadActionMoveQuery::exec(WorkloadQueryInfo* query_info) {
- LOG(INFO) << "[workload_schedule]move query action run group=" << _wg_name;
+ QueryContext* query_ctx_ptr = query_info->_query_ctx_share_ptr.get();
Review Comment:
如果再执行这个exec 期间,query 结束了,quer context 析构了,怎么版?
--
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]