onlyarnav opened a new pull request, #67936: URL: https://github.com/apache/airflow/pull/67936
This PR fixes an issue where the Java SDK reports every task failure as a terminal TaskState(FAILED) frame in coordinator mode, preventing retries from taking effect. The Java runtime SDK's Task.kt has been updated to check for shouldRetry inside the task context, properly returning a RetryTask when true. Tests have been included and verified against Gradle. Issue Fixed: #67798 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) -- 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]
