platinumhamburg commented on issue #3403:
URL: https://github.com/apache/fluss/issues/3403#issuecomment-4598188965

   > Hi, I have a suggestion. Is it possible to introduce a usage method based 
on "Flink procedures," similar to that provided by Paimon: 
https://paimon.apache.org/docs/1.4/flink/procedures/ like:
   > 
   > CALL sys. orphan_files_clean(`database ` => 'mydb', older_than => 
'2023-10-31 12:00:00')
   > It is more suitable for development targeting FlinkSQL.
   
   Hi @sd4324530 Thank you for the suggestion. In fact, we have discussed this 
idea before. However, in the case of Fluss, orphan files are usually a 
low-probability problem caused by abnormal cluster scenarios. The 
responsibility for cleaning them mostly falls on the cluster maintainer rather 
than the user. This is exactly the opposite of Paimon, where users themselves 
are largely responsible for orphan file cleanup. Therefore, we’ve decided not 
to provide a procedure entry for now, and we will add it later if it becomes 
truly necessary.


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

Reply via email to