LinMingQiang commented on issue #5886: URL: https://github.com/apache/hudi/issues/5886#issuecomment-1158504491
This problem is caused by the fact that the timeline is not synchronized after the clean is completed. Cause `AbstractTableFileSystemView.visibleCommitsAndCompactionTimeline` s lastInstant to stay at the first two times. This causes the latest commit fileslice to be filtered out in `HoodieFileGroup.isFileSliceCommitted`. So I think we should take the initiative to do sync once when clean is completed. -- 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]
