yiguolei commented on code in PR #33132: URL: https://github.com/apache/doris/pull/33132#discussion_r1547064594
########## be/src/olap/tablet.cpp: ########## @@ -205,6 +207,14 @@ WriteCooldownMetaExecutors::WriteCooldownMetaExecutors(size_t executor_nums) } } +WriteCooldownMetaExecutors::~WriteCooldownMetaExecutors() { Review Comment: 1. Refactor this code, add WriteCooldownMetaExecutors to exec_env. 2. Add a shutdown method to WriteCooldownMetaExecutors and call shutdown in exec_env's shutdown. -- 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