sivabalan narayanan created HUDI-4749:
-----------------------------------------
Summary: PartitionsForFullCleaning in CleanPlanner is using
FileSystemBasedListing
Key: HUDI-4749
URL: https://issues.apache.org/jira/browse/HUDI-4749
Project: Apache Hudi
Issue Type: Bug
Components: cleaning
Reporter: sivabalan narayanan
[https://github.com/apache/hudi/pull/5169/files#diff-f3f9696ca040bd9f581a1122b1c5cf0409b3ba4525672fbf3328e9f2c40eec66]
Looks like we are doing file system based full listing when
partitionsForFullCleaning is being invoked. When the patch was landed,
DELETE_PARTITION was synchronous and hence the fix. but later we fixed
DELETE_PARTITION to be lazy. and so, we can use metadata table if enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)