xicm commented on issue #11223:
URL: https://github.com/apache/hudi/issues/11223#issuecomment-2111505302

   FileNotFoundException
    PartitionTTLStrategy list all partitions from filesystem, clean actiion may 
running in TaskManager at the same time. 
   
   There is such a situation,a partition exists when PartitionTTLStrategy list 
partitions from BasePath, but when list file status in this partition, this 
partition may be cleaned by TaskManager. So there will be a 
FileNotFoundException.
   
   Can we add a try catch here
   
   
https://github.com/apache/hudi/blob/5b0d67bc79852b16eb8de12e74c8087abba13bb3/hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java#L174-L177


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