nsivabalan opened a new issue, #18236:
URL: https://github.com/apache/hudi/issues/18236

   ### Bug Description
   
   **What happened:**
   When data table commits are out of order, occasionally mdt clean could fail 
due to reattempt using same instant time. 
   
   **What you expected:**
   No failures when performing clean in mdt. 
   
   **Steps to reproduce:**
   1. data table commits with c1, c2,c3... c10, c9. 
   2. ensure mdt clean happens just after c10 in data table commits. So that, 
mdt timeline will look like 
   dc1, dc2... dc8, dc10, t10_002.clean 
   3. after c9 is completed, clean will again be re-attempted in mdt. but it 
will attempt with t10_002.clean.
   and we can notice the clean fails. 
   
   
   ### Environment
   
   **Hudi version:** 0.14.x and upwards
   **Query engine:** (Spark/Flink/Trino etc) N/A
   **Relevant configs:**
   
   
   ### Logs and Stack Trace
   
   _No response_


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