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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org