yihua commented on issue #6056: URL: https://github.com/apache/hudi/issues/6056#issuecomment-1178387979
> @yihua sure. Can I share it on the hudi community slack ? Contact me as @parisni there Yes, that should work. > I found this interesting log. I wonder if removing the inflight commit file would fix or totally break the hudi timeline You shouldn't modify the timeline by manually deleting the inflight instants as that can cause data files from inflight commits to be exposed to queries and corrupt the Hudi table. Ideally, those commits should be automatically rolled back or retried. I'll look at the timeline and see why they linger. -- 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]
