wenzhenghu commented on code in PR #60567:
URL: https://github.com/apache/doris/pull/60567#discussion_r3127795607


##########
be/src/exec/pipeline/pipeline_fragment_context.cpp:
##########
@@ -602,6 +602,8 @@ Status 
PipelineFragmentContext::_build_pipeline_tasks(ThreadPool* thread_pool) {
     }
     _pipeline_parent_map.clear();
     _op_id_to_shared_state.clear();
+    // Record task cardinality once when this fragment context finishes task 
initialization.
+    
_query_ctx->add_total_task_num(_total_tasks.load(std::memory_order_relaxed));

Review Comment:
   submit失败场景,意味着查询出错了,不需要再关注查询进度



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

Reply via email to