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

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new c76364c5aa3 branch-4.1: [fix](be) Stop spill GC threads in workload 
group test teardown #66534 (#66544)
c76364c5aa3 is described below

commit c76364c5aa3a3dd50e0be2bdecc6cc6bce6ce9c9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 14:37:41 2026 +0800

    branch-4.1: [fix](be) Stop spill GC threads in workload group test teardown 
#66534 (#66544)
    
    Cherry-picked from #66534
    
    Co-authored-by: Jerry Hu <[email protected]>
---
 be/test/runtime/workload_group/workload_group_manager_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/be/test/runtime/workload_group/workload_group_manager_test.cpp 
b/be/test/runtime/workload_group/workload_group_manager_test.cpp
index 03ae39c82bf..97cbaaf01f8 100644
--- a/be/test/runtime/workload_group/workload_group_manager_test.cpp
+++ b/be/test/runtime/workload_group/workload_group_manager_test.cpp
@@ -93,6 +93,8 @@ protected:
     }
     void TearDown() override {
         _wg_manager.reset();
+        ExecEnv::GetInstance()->spill_file_mgr()->stop();
+        SAFE_DELETE(ExecEnv::GetInstance()->_spill_file_mgr);
         
ExecEnv::GetInstance()->_runtime_query_statistics_mgr->stop_report_thread();
         SAFE_DELETE(ExecEnv::GetInstance()->_runtime_query_statistics_mgr);
 


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

Reply via email to