[fix](streamload) fix crash when be exit (#20662)
This commit is contained in:
committed by
GitHub
parent
bd9a9a32f5
commit
8ea61a1ce6
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user