Skip to content

Commit 710a944

Browse files
committed
ref(INC-2103): increase distributed_ddl_task_timeout to 300
1 parent 5b63073 commit 710a944

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snuba/clusters/cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class ClickhouseClientSettings(Enum):
5656
"mutations_sync": 2,
5757
"alter_sync": 2, # Wait for ON CLUSTER DDL on all replicas
5858
"database_atomic_wait_for_drop_and_detach_synchronously": 1,
59+
"distributed_ddl_task_timeout": 300, # 5 minute ON CLUSTER DDL timeout
5960
},
6061
# 5 minute timeout to allow ON CLUSTER DDL operations to complete
6162
# across all replicas. This is needed because alter_sync=2 blocks

0 commit comments

Comments
 (0)