wombatu-kun commented on PR #19004:
URL: https://github.com/apache/hudi/pull/19004#issuecomment-4715005986
Still recurring on unrelated PRs. #19014 (a ZK lock-provider change that
touches no Trino code) just hit it:
`TestHudiAlluxioCacheFileOperations.testJoin` failed in CI with the same
symmetric `METADATA_TABLE` mismatch this PR removes:
```
Expected:
4 more occurrences of FileOperation[operationType=Alluxio.readCached,
fileType=METADATA_TABLE],
1 more occurrences of
FileOperation[operationType=InputFile.lastModified, fileType=METADATA_TABLE],
2 more occurrences of FileOperation[operationType=InputFile.length,
fileType=METADATA_TABLE]
```
Failure log:
https://github.com/apache/hudi/actions/runs/27592976334/job/81577578595
All three span types fall under the `METADATA_TABLE` / `Alluxio.*` filters
this PR adds, so it would have prevented exactly this. Could we prioritize
getting this reviewed and merged to stop the recurring Trino flakes landing on
unrelated PRs?
--
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]