You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/06/11 07:58:56 UTC

[doris] branch master updated: [fix](streamload) fix crash when be exit (#20662)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ea61a1ce6 [fix](streamload) fix crash when be exit (#20662)
8ea61a1ce6 is described below

commit 8ea61a1ce61fe9287380fd2efd03e5b0243ff349
Author: HHoflittlefish777 <77...@users.noreply.github.com>
AuthorDate: Sun Jun 11 15:58:44 2023 +0800

    [fix](streamload) fix crash when be exit (#20662)
---
 be/src/runtime/exec_env_init.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/runtime/exec_env_init.cpp b/be/src/runtime/exec_env_init.cpp
index fb14db11f3..e803fd0da9 100644
--- a/be/src/runtime/exec_env_init.cpp
+++ b/be/src/runtime/exec_env_init.cpp
@@ -411,6 +411,7 @@ void ExecEnv::_destroy() {
     // info is deconstructed then BE process will core at coordinator back method in fragment mgr.
     SAFE_DELETE(_master_info);
 
+    _new_load_stream_mgr.reset();
     _send_batch_thread_pool.reset(nullptr);
     _buffered_reader_prefetch_thread_pool.reset(nullptr);
     _send_report_thread_pool.reset(nullptr);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org