rangareddy commented on issue #16103: URL: https://github.com/apache/hudi/issues/16103#issuecomment-4878163646
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This appears to be fixed by PR #18196 (commit 2f073643) in hudi-client-common (BaseHoodieWriteClient.commitStats, lines 289-303). Post-commit table-service operations (cleaning, archival, and inline compaction/clustering) are now wrapped in try/catch, and with the new config hoodie.write.can.ignore.post.commit.failures=true these failures are logged but do not kill the write, so the committed data is retained and the entire write process is not rerun. If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- 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]
