Skip to content

Commit

Permalink
clickhouse: bump default restore_replica_timeout to 3600sec
Browse files Browse the repository at this point in the history
This step can be very slow with pathological table structures.

[DDB-889]
  • Loading branch information
kmichel-aiven committed Mar 2, 2024
1 parent 16d7728 commit 2ac7cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astacus/coordinator/plugins/clickhouse/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ClickHousePlugin(CoordinatorPlugin):
# Deprecated parameter, ignored
max_concurrent_restart_replica: int = 10
max_concurrent_restart_replica_per_node: int = 10
restore_replica_timeout: float = 300.0
restore_replica_timeout: float = 3600.0
# Deprecated parameter, ignored
max_concurrent_restore_replica: int = 10
max_concurrent_restore_replica_per_node: int = 10
Expand Down

0 comments on commit 2ac7cae

Please sign in to comment.