yiguolei commented on code in PR #59262:
URL: https://github.com/apache/doris/pull/59262#discussion_r2646694757
##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -768,6 +769,9 @@ Status FragmentMgr::_get_or_create_query_ctx(const
TPipelineFragmentParams& para
query_ctx->runtime_filter_mgr()->set_runtime_filter_params(
info.runtime_filter_params);
+ if (!handler->empty()) {
+
_query_ctx_map_delay_delete.insert(query_id, query_ctx);
+ }
}
Review Comment:
should also deal with the timeout logic if FE not send cancel message to BE.
like the code at line 974
--
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]