Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions snuba/clusters/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class ClickhouseClientSettings(Enum):
"mutations_sync": 2,
"alter_sync": 2, # Wait for ON CLUSTER DDL on all replicas
"database_atomic_wait_for_drop_and_detach_synchronously": 1,
"distributed_ddl_task_timeout": 300, # 5 minute ON CLUSTER DDL timeout
},
# 5 minute timeout to allow ON CLUSTER DDL operations to complete
# across all replicas. This is needed because alter_sync=2 blocks
Expand Down
Loading