We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e3d9a commit d81ec12Copy full SHA for d81ec12
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