You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/07 21:27:37 UTC

[GitHub] [hudi] nsivabalan commented on pull request #4489: [HUDI-3135] Fix Delete partitions with metadata table and fix show partitions in spark sql

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


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


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

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