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


##########
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:
   debug is better than warn?



-- 
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