From 94e09556872da61c6d5077567eda400e376ea0c8 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 15 Dec 2022 21:54:57 +0800 Subject: [PATCH] [Bug](thread token) Fix invalid thread token (#15110) --- 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 f1354140ac..b0d00fb99f 100644 --- a/be/src/runtime/fragment_mgr.cpp +++ b/be/src/runtime/fragment_mgr.cpp @@ -628,7 +628,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.