nextdreamblue opened a new issue, #14292:
URL: https://github.com/apache/doris/issues/14292

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   After commit ba177a1 (https://github.com/apache/doris/pull/13067) on master
   user can drop same meta information several times, and can recover it before 
catalog_trash_expire_second.
   but if there are so many trash information in catalog recycle bin, fe's 
memory will under pressure.
   
   
   
   
   ### Solution
   
   It can add two new enhancement:
   1. new sql : clean catalog recycle bin, it can clean all trash from catalog 
recycle bin
   2. new fe conf : max_same_name_catalog_trash_num, it can tell fe just save 
max mun of catalog trash with same name, if some meta information with same 
name beyond this num, fe can delete immediately these meta information that be 
dropped earliest. default value: 1
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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