-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Clickhouse. Operation not permitted: While executing MergeTreeInOrder. (CANNOT_READ_FROM_FILE_DESCRIPTOR). #6555
Comments
it's look like you already following the instruction right from docs, just my two cents, it's kinda happen in low level and sometimes gave me ptsd when debugging C, CMIIW so it's look like happen in clickhouse side related to this issue ClickHouse/ClickHouse#47636 and kinda fixed several times in different part with these pull request ClickHouse/ClickHouse#55976 and ClickHouse/ClickHouse#36254 maybe @hubertdeng123 or @aldy505 got any idea on this one? The one that crossing my mind is updating the clickhouse to v23 lts or even better to v24 lts |
@bijancot |
Are you running your own dedicated ClickHouse instance, by any chance? Snuba is only tested for some very specific ClickHouse version, see here: https://getsentry.github.io/snuba/clickhouse/supported_versions.html, I don't really recommend having an instance that's way off those versions. It's really recommended to just use this specific version instead of upgrading the instance yourself. |
@aldy505 Now I’m confused. If Snuba only supports versions 20.3, 20.7, and 21.8 (https://getsentry.github.io/snuba/clickhouse/supported_versions.html), why are we trying to upgrade to higher versions? Maybe I should just stay on version 21.8.13.1.altinitystable and comment out these upgrade lines in the install/upgrade-clickhouse.sh script? if [[ "$version" == "21.8.13.1.altinitystable" || "$version" == "21.8.12.29.altinitydev.arm" ]]; then |
Assigning to getsentry/snuba for product area triage. |
Self-Hosted Version
24.8.0
CPU Architecture
x86_64
Docker Version
20.10.16
Docker Compose Version
2.24.1
Steps to Reproduce
I want to upgrade from version 24.2.0 to version 24.8.0. I run install.sh and at the bootstrap and Snuba initialization stage($dcr snuba-api migrations migrate --force)
I don't think it matters that Postgres is not running in a container but on a dedicated host.
Expected Result
migrations have been done
Actual Result
Event ID
No response
The text was updated successfully, but these errors were encountered: