johntomcat7408-cmyk commented on issue #4303: URL: https://github.com/apache/amoro/issues/4303#issuecomment-5129294829
The Hadoop 3 rerun (attempt 2) passed on all four matrix jobs, including JDK 17 / Spark 3.5, where the original failure occurred: - JDK 11 / Spark 3.3: passed - JDK 11 / Spark 3.4: passed - JDK 11 / Spark 3.5: passed - JDK 17 / Spark 3.5: passed Rerun: https://github.com/apache/amoro/actions/runs/30520803888/attempts/2 This confirms that the observed failure is intermittent rather than a deterministic regression in PR #4284. The production behavior that expires an optimizer and requeues its task is expected; this issue should remain open to track stabilization of the test heartbeat/timing setup. The preferred follow-up is a separate change based on the latest `master`: give tests unrelated to expiration a wider heartbeat margin, isolate expiration tests with their own short timeout, and replace fixed sleeps with condition-based waiting. This issue should not block PR #4284. -- 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]
