[fix](streamload) fix crash when be exit (#20662)

This commit is contained in:
HHoflittlefish777
2023-06-11 15:58:44 +08:00
committed by GitHub
parent bd9a9a32f5
commit 8ea61a1ce6

View File

@ -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);