EgorFokin commented on issue #19290:
URL: https://github.com/apache/hudi/issues/19290#issuecomment-5108772737

   Yes, I think the compaction execution will be done in sequence according the 
order of requests that were created.
   
   So, let's say this is the sequence of events:
   - compaction is scheduled and executed for log file l_1.
   - The new compaction is scheduled for the same log file l_1
   - Cleaner runs and deletes the l_1 log file
   - New compaction tries to execute and fails
   
   I think this is what happened in our case.
   
   What I am unsure of is that this line:
   
https://github.com/apache/hudi/blob/d10b868d90c97bd7297c0ac18fcb7fcf3deac8af/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanner.java#L483
   
   Should've prevented the cleaner from deleting the file, but, for some 
reason, it didn't..


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