beyond1920 commented on issue #9615:
URL: https://github.com/apache/hudi/issues/9615#issuecomment-1705905729

   > I'm wondering why the marker based finalizing does not work here, because 
the slow attempt was killed later, when the instant was committed, this task 
should have finished, finalizing before commit should have cleaned the corrupt 
file.
   
   The marker based finalizing can only clean up invalid files that it knows 
about before the commit. However, after the commit, slow tasks might not have 
been canceled yet, as Spark asynchronously kills slow instances. Those tasks 
might generate some files at this time.


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