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


##########
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:
   目前不清理,等目前这版测完没问题了,加一个定时清理的逻辑



##########
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:
   目前不清理,等目前这版测完没问题了,加一个定时清理的逻辑



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