voonhous commented on issue #9536:
URL: https://github.com/apache/hudi/issues/9536#issuecomment-1700326761

   FWIU, this is a sporadic thing that OP is not able to reproduce anymore. 
   
   Might be related to this issue: https://github.com/apache/hudi/pull/9035
   
   One way to determine if it is caused by this issue is:
   
   1. Identify the 2 parquet files that the 2 files are situated in
   2. If it is caused by the issue linked above, the commit time should be the 
same (assuming COW table)
   3. If it is this issue and if you are still able to access your Spark 
tracking URL, you can probably look at the timing of the stages and see if 
there's a zombie executor/task has not been killed after 
`reconcileAgainstMarker` has been called.


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