deardeng commented on code in PR #48318: URL: https://github.com/apache/doris/pull/48318#discussion_r1971590436
########## be/src/cloud/cloud_tablet.cpp: ########## @@ -904,7 +904,7 @@ Status CloudTablet::sync_meta() { auto st = _engine.meta_mgr().get_tablet_meta(tablet_id(), &tablet_meta); if (!st.ok()) { if (st.is<ErrorCode::NOT_FOUND>()) { - // TODO(Lchangliang): recycle_resources_by_self(); + clear_cache(); Review Comment: clear_cache 里面已经调用了删tablet -- 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