Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -676,7 +676,7 @@ void ExecEnv::destroy() {
SAFE_STOP(_write_cooldown_meta_executors);

// 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.
SAFE_STOP(_storage_engine);
_storage_engine.reset();

SAFE_STOP(_spill_stream_mgr);
Expand Down