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 <77738092+hhoflittlefish...@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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org