yiguolei commented on code in PR #25489:
URL: https://github.com/apache/doris/pull/25489#discussion_r1361395268


##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -636,6 +630,10 @@ void ExecEnv::destroy() {
     // info is deconstructed then BE process will core at coordinator back 
method in fragment mgr.
     SAFE_DELETE(_master_info);
 
+    SAFE_SHUTDOWN(_global_block_scheduler.get());
+    SAFE_SHUTDOWN(_without_group_block_scheduler.get());
+    SAFE_SHUTDOWN(_with_group_block_scheduler.get());
+

Review Comment:
   对于动态创建起来的每一个 WG对应的这些thread group 咋销毁的呢?



##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -636,6 +630,10 @@ void ExecEnv::destroy() {
     // info is deconstructed then BE process will core at coordinator back 
method in fragment mgr.
     SAFE_DELETE(_master_info);
 
+    SAFE_SHUTDOWN(_global_block_scheduler.get());
+    SAFE_SHUTDOWN(_without_group_block_scheduler.get());
+    SAFE_SHUTDOWN(_with_group_block_scheduler.get());
+

Review Comment:
   对于动态创建起来的每一个 WG对应的这些thread group 咋销毁的呢?



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