-
Notifications
You must be signed in to change notification settings - Fork 226
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
Upload a backup to GCS is stuck, when upload_concurrency: 0 #688
Comments
could, you remove |
It isn't set manually anywhere |
As a workaround, I've set the next env var for the clickhouse-backup container:
|
Do you have only 1 vCPU for your clickhouse installation? |
Yes, the node has only 1 vCPU
|
environment: k8s 1.26
clickhouse config:
GCP node type:
n1-standard-1
Upload operation is stuck on:
Looks like a bug with a concurrency calculation for an upload operation, because for
download
it's 1, but forupload
it's 0.clickhouse-backup config:
The text was updated successfully, but these errors were encountered: