-
Notifications
You must be signed in to change notification settings - Fork 7k
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
ALTER timeout on ReplicatedMergeTree #3891
Comments
After downgrade to 18.14.11 problem disapeared. |
Can you look up log messages with |
On fail we got 1 line for each table:
On success we got:
|
Is this the first line with the |
The |
Fixed here #3932 |
I got same problem on 19.1.6. Downgrade to 18.14.11 helped. |
@andywow By the same problem you mean ALTER timeout or the |
@ztlpn, |
These are two unrelated issues. I'll close this one as presumably it is fixed in 19.1.6. Let us continue the investigation in the separate issue. |
@alesapin, here is:
|
version18.16.1 |
On release 18.16.0, when applying ALTER TABLE ... ADD COLUMN on ReplicatedMergeTree table, ALTER completed on current replica, but other replicas coudn't download and apply ALTER action.
On ALTER we see this error:
In Clickhouse error logs when each replica starts, started to appear multiple (~1-2 each minute) errors (on release 18.16.0):
After replicas restart, ALTER applies on all other replicas, new ALTER works fine, but after 10-20 minutes replicas work, new ALTER will hang again.
Number of replicas = 3, quorum write used (insert_quorum=2), replication_alter_partitions_sync = 2. Problem first appeared on server version: 18.16.0, on 18.14.11 all is ok.
Tried to increase http_connection_timeout to 15, but it was useless.
The text was updated successfully, but these errors were encountered: