These settings are available in system.settings and are autogenerated from source.
backup_restore_batch_size_for_keeper_multi
Maximum size of batch for multi request to [Zoo]Keeper during backup or restore
backup_restore_batch_size_for_keeper_multiread
Maximum size of batch for multiread request to [Zoo]Keeper during backup or restore
backup_restore_failure_after_host_disconnected_for_seconds
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 3600 | New setting. |
| 24.10 | 3600 | New setting. |
If a host during a BACKUP ON CLUSTER or RESTORE ON CLUSTER operation doesn’t recreate its ephemeral ‘alive’ node in ZooKeeper for this amount of time then the whole backup or restore is considered as failed. This value should be bigger than any reasonable time for a host to reconnect to ZooKeeper after a failure. Zero means unlimited.
backup_restore_finish_timeout_after_error_sec
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 180 | New setting. |
| 24.10 | 180 | New setting. |
How long the initiator should wait for other host to react to the ‘error’ node and stop their work on the current BACKUP ON CLUSTER or RESTORE ON CLUSTER operation.
backup_restore_keeper_fault_injection_probability
Approximate probability of failure for a keeper request during backup or restore. Valid value is in interval [0.0f, 1.0f]
backup_restore_keeper_fault_injection_seed
0 - random seed, otherwise the setting value
backup_restore_keeper_max_retries
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 1000 | Should be big enough so the whole operation BACKUP or RESTORE operation won't fail because of a temporary [Zoo]Keeper failure in the middle of it. |
| 24.10 | 1000 | Should be big enough so the whole operation BACKUP or RESTORE operation won't fail because of a temporary [Zoo]Keeper failure in the middle of it. |
Max retries for [Zoo]Keeper operations in the middle of a BACKUP or RESTORE operation. Should be big enough so the whole operation won’t fail because of a temporary [Zoo]Keeper failure.
backup_restore_keeper_max_retries_while_handling_error
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 20 | New setting. |
| 24.10 | 20 | New setting. |
Max retries for [Zoo]Keeper operations while handling an error of a BACKUP ON CLUSTER or RESTORE ON CLUSTER operation.
backup_restore_keeper_max_retries_while_initializing
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 20 | New setting. |
| 24.10 | 20 | New setting. |
Max retries for [Zoo]Keeper operations during the initialization of a BACKUP ON CLUSTER or RESTORE ON CLUSTER operation.
backup_restore_keeper_retry_initial_backoff_ms
Initial backoff timeout for [Zoo]Keeper operations during backup or restore
backup_restore_keeper_retry_max_backoff_ms
Max backoff timeout for [Zoo]Keeper operations during backup or restore
Cloud default value: 60000.
backup_restore_keeper_value_max_size
Maximum size of data of a [Zoo]Keeper’s node during backup
backup_restore_s3_retry_attempts
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.7 | 1000 | Setting for Aws::Client::RetryStrategy, Aws::Client does retries itself, 0 means no retries. It takes place only for backup/restore. |
Setting for Aws::Client::RetryStrategy, Aws::Client does retries itself, 0 means no retries. It takes place only for backup/restore.
backup_restore_s3_retry_initial_backoff_ms
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 25 | New setting |
Initial backoff delay in milliseconds before the first retry attempt during backup and restore. Each subsequent retry increases the delay exponentially, up to the maximum specified by backup_restore_s3_retry_max_backoff_ms
backup_restore_s3_retry_jitter_factor
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 0.1 | New setting |
Jitter factor applied to the retry backoff delay in Aws::Client::RetryStrategy during backup and restore operations. The computed backoff delay is multiplied by a random factor in the range [1.0, 1.0 + jitter], up to the maximum backup_restore_s3_retry_max_backoff_ms. Must be in [0.0, 1.0] interval
backup_restore_s3_retry_max_backoff_ms
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 5000 | New setting |
Maximum delay in milliseconds between retries during backup and restore operations.