yujun777 commented on code in PR #39547:
URL: https://github.com/apache/doris/pull/39547#discussion_r1722594020


##########
fe/fe-core/src/main/java/org/apache/doris/cooldown/CooldownConfHandler.java:
##########
@@ -124,7 +124,11 @@ private static Tablet getTablet(CooldownConf conf) {
                 table.readUnlock();
             }
         } catch (RuntimeException e) {
-            LOG.warn("failed to get tablet. tabletId={}", conf.tabletId);
+            if (Env.getCurrentRecycleBin().isRecyclePartition(conf.dbId, 
conf.tableId, conf.partitionId)) {

Review Comment:
   这个似乎不需要。后面也有其他检查的,不满足则不需要处理cooldown policy, 也没打日志的。
   
   tablet report 线程,对于table 被删了,对于这个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

Reply via email to