Gabriel39 commented on code in PR #15124:
URL: https://github.com/apache/doris/pull/15124#discussion_r1050506071


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -763,13 +763,7 @@ Status FragmentMgr::exec_plan_fragment(const 
TExecPlanFragmentParams& params, Fi
             _pipeline_map.insert(std::make_pair(fragment_instance_id, 
context));
             _cv.notify_all();
         }
-        auto st = context->submit();

Review Comment:
   Assume task1, task2, task3 exist in this context, if we submit task1 
successfully and task2 failed, will submitted task1 be processed properly?



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