This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
     new 130233072f [fix](exec) fix token shutdown error (#14409)
130233072f is described below

commit 130233072f42be85947ce58667ec51472de50bb0
Author: Mingyu Chen <[email protected]>
AuthorDate: Sat Nov 19 10:55:03 2022 +0800

    [fix](exec) fix token shutdown error (#14409)
---
 be/src/runtime/fragment_mgr.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/runtime/fragment_mgr.cpp b/be/src/runtime/fragment_mgr.cpp
index 6483274805..93db38f4e9 100644
--- a/be/src/runtime/fragment_mgr.cpp
+++ b/be/src/runtime/fragment_mgr.cpp
@@ -596,7 +596,6 @@ Status FragmentMgr::exec_plan_fragment(const 
TExecPlanFragmentParams& params, Fi
                                         BackendOptions::get_localhost()));
         }
         fragments_ctx = search->second;
-        _set_scan_concurrency(params, fragments_ctx.get());
     } else {
         // This may be a first fragment request of the query.
         // Create the query fragments context.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to