There was an error while loading. Please reload this page.
1 parent 5b63073 commit 710a944Copy full SHA for 710a944
1 file changed
snuba/clusters/cluster.py
@@ -56,6 +56,7 @@ class ClickhouseClientSettings(Enum):
56
"mutations_sync": 2,
57
"alter_sync": 2, # Wait for ON CLUSTER DDL on all replicas
58
"database_atomic_wait_for_drop_and_detach_synchronously": 1,
59
+ "distributed_ddl_task_timeout": 300, # 5 minute ON CLUSTER DDL timeout
60
},
61
# 5 minute timeout to allow ON CLUSTER DDL operations to complete
62
# across all replicas. This is needed because alter_sync=2 blocks
0 commit comments