Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Dec 26, 2024
1 parent cc29307 commit 9268430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/runtime/exec_env_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ void ExecEnv::destroy() {
SAFE_SHUTDOWN(_non_block_close_thread_pool);
SAFE_SHUTDOWN(_s3_file_system_thread_pool);
SAFE_SHUTDOWN(_send_batch_thread_pool);
SAFE_SHUTDOWN(_send_table_stats_thread_pool);

SAFE_DELETE(_wal_manager);
SAFE_DELETE(_load_channel_mgr);
Expand Down

0 comments on commit 9268430

Please sign in to comment.