yihua commented on issue #5395: URL: https://github.com/apache/hudi/issues/5395#issuecomment-1110326566
All the subdirs are deleted in parallel before executing L686 above. It is likely that there are concurrent operations on the same instant, e.g., one trying to delete the `.temp/<instant_time>` while the other adding new markers to `.temp/<instant_time>`. @todd5167 Once you provide more information on the timeline as @codope suggested, we can dig deeper into the root cause. -- 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]
