zhangyue19921010 commented on pull request #4489:
URL: https://github.com/apache/hudi/pull/4489#issuecomment-1032400658


   > @zhangyue19921010 : you are bringing up a good point. if I am not wrong, 
you are talking about a scenario, where someone triggered delete_partition for 
partition X and later added new data to the same partition is it? if yes, I see 
there could be some inconsistencies especially w/ async cleaner.
   > 
   > t10: trigger delete partition of partitionX. async cleaner is enabled and 
so, actual delete partition is not yet synced to metadata table. t15: add new 
data to partition X which gets synced to Metadata table right away. t20: async 
cleaner completes and deletes partition X. which gets synced to metadata table 
and deletes partition X.
   > 
   > Or were you talking about some other scenario ?
   
   Yes, it is. Just a little concern that maybe need to take care of :)


-- 
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...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to