cambyzju commented on code in PR #50397:
URL: https://github.com/apache/doris/pull/50397#discussion_r2059521633
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -803,6 +802,7 @@ void ExecEnv::destroy() {
// cache_manager must be destoried after all cache.
// https://github.com/apache/doris/issues/24082#issuecomment-1712544039
SAFE_DELETE(_cache_manager);
+ _file_cache_open_fd_cache.reset(nullptr);
Review Comment:
please also add a comment here like `_cache_manager`
--
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]