-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky TestDeltaLakeLocalConcurrentWritesTest.testConcurrentInsertsSelectingFromTheSameVersionedTable
#21725
Comments
The following stacktrace points out that the JSON content read is corrupted:
The issue reported there seems to be related with the way that trino/lib/trino-filesystem/src/main/java/io/trino/filesystem/local/LocalOutputFile.java Lines 67 to 70 in 7f7b5e2
The overwriting of the content is not done in an atomical manner. cc @electrum |
We could change this to write to a temporary file and then rename. We could name the temporary file |
Reoccured on master https://github.com/trinodb/trino/actions/runs/9357870915/job/25758647303 @findinpath Do you have any updates? |
https://github.com/trinodb/trino/actions/runs/8845096149/job/24288361644
The text was updated successfully, but these errors were encountered: