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


##########
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:
   @xy720 good work,这个问题之前我也遇到过,还没来及fix。
   
   另外请教下这个patch修了后,你们测90000 个partition recycle,现在会占用多久的table lock?



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