xy720 commented on code in PR #55753:
URL: https://github.com/apache/doris/pull/55753#discussion_r2671245248


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java:
##########
@@ -70,6 +68,16 @@ public class CatalogRecycleBin extends MasterDaemon 
implements Writable {
     private Map<Long, RecyclePartitionInfo> idToPartition;
     private Map<Long, Long> idToRecycleTime;
 
+    // Caches below to avoid calculate meta with same name every demon run 
cycle.

Review Comment:
   修复后,几乎没有占有时间了



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to