Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Oct 20, 2024
1 parent 61a16e8 commit ae47d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/exec_env_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ void ExecEnv::destroy() {

// StorageEngine must be destoried before _page_no_cache_mem_tracker.reset and _cache_manager destory
// shouldn't use SAFE_STOP. otherwise will lead to twice stop.
_storage_engine->stop();
SAFE_STOP(_storage_engine);
_storage_engine.reset();

SAFE_STOP(_spill_stream_mgr);
Expand Down

0 comments on commit ae47d03

Please sign in to comment.