Yicong-Huang commented on issue #4682: URL: https://github.com/apache/texera/issues/4682#issuecomment-4364975434
Another instance of this in the wild on the release backport leg of PR #4648: - run: https://github.com/apache/texera/actions/runs/25264317179/job/74076485622?pr=4648 - failure: `DataProcessingSpec :: should execute csv->keyword->averageAndGroupBy workflow normally` → `com.twitter.util.TimeoutException: 1.minutes` at `executeWorkflow:151` - iceberg log right before the timeout window: ``` [WARN] [org.apache.iceberg.util.Tasks] [Thread-807] - Retrying task after failure: Cannot commit operator-port-result.wid_1_eid_1_globalportid_(KeywordSearchOpDesc-...): metadata location ...00000-...metadata.json has changed from ...00001-...metadata.json [WARN] [org.apache.iceberg.util.Tasks] [Thread-807] - Retrying task after failure: Failed to update table operator-port-result... from catalog texera_iceberg ``` Same shape as the original report on PR #4632; PR #4648 is a Node.js 24 actions upgrade and shouldn't be the cause. -- 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]
