-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ACID subdirectory corruption in product test #16315
Comments
https://github.com/trinodb/trino/pull/17903/checks?check_run_id=14274033199
|
https://github.com/trinodb/trino/actions/runs/5332425529/jobs/9662369164?pr=17980
|
https://github.com/trinodb/trino/actions/runs/5609451430/jobs/10264052043
|
relates to #8920 |
https://github.com/trinodb/trino/actions/runs/6862530540/job/18661057508?pr=19731
|
https://github.com/trinodb/trino/actions/runs/6879919718/job/18713534527?pr=19756
|
#8920 seems to describe potential mechanics of the problem |
https://github.com/trinodb/trino/actions/runs/6883239760/job/18724030554?pr=19757
|
also previously reported as #4927 |
https://github.com/trinodb/trino/actions/runs/6940970228/job/18881753183?pr=19841
|
https://github.com/trinodb/trino/actions/runs/6940970228/job/18881754940?pr=19841
|
https://github.com/trinodb/trino/actions/runs/6946693990/job/18899680760?pr=19853
|
https://github.com/trinodb/trino/actions/runs/6959734449/job/18938511888?pr=19863
|
https://github.com/trinodb/trino/actions/runs/7034076498/job/19142232176?pr=19953
|
Some test were marked as flaky and had retries enabled, but many others are equally affected. This also updates links from trinodb#4927 to trinodb#16315.
Some test were marked as flaky and had retries enabled, but many others are equally affected. This also updates links from trinodb#4927 to trinodb#16315.
This read failure indicates some sort of corruption on write. It looks like the delta delete directory is written inside another delta delete directory. Maybe something is appending the delta directory to the path twice.
The text was updated successfully, but these errors were encountered: