gavinchou commented on code in PR #42015:
URL: https://github.com/apache/doris/pull/42015#discussion_r1809796855
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -675,6 +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.
+ SAFE_STOP(_storage_engine);
Review Comment:
the comment says cannot invoke SAFE_STOP for storage engein
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]