yiguolei commented on code in PR #28940: URL: https://github.com/apache/doris/pull/28940#discussion_r1437573469
########## be/src/runtime/exec_env_init.cpp: ########## @@ -371,13 +370,13 @@ Status ExecEnv::_init_mem_env() { init_hook(); #endif - // 2. init buffer pool if (!BitUtil::IsPowerOf2(config::min_buffer_size)) { ss << "Config min_buffer_size must be a power-of-two: " << config::min_buffer_size; return Status::InternalError(ss.str()); } - // 3. init storage page cache + _dummy_lru_cache = new DummyLRUCache(); Review Comment: 这个对象,啥时候析构的?感觉罗指针没有delete? -- 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