rangareddy commented on issue #15772: URL: https://github.com/apache/hudi/issues/15772#issuecomment-4903024031
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This appears to be fixed by #8001 (HUDI-5817) in SparkHoodieBackedTableMetadataWriter. The metadata-table writer was hard-coded to roll back failed writes even for the async indexer (LAZY policy); that eager rollback removed another writer's .requested MDT delta-commit instant, causing the IllegalArgumentException in transitionRequestedToInflight. The PR disables that rollback for the async indexer and adds a guard test. Its description reproduces this exact stack trace. Shipped in 0.13.1 and all later releases. 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]
