v.24.1Improvement

Added Azure Blob Storage setting for max unexpected write error retries

Added setting for Azure Blob Storage azure_max_unexpected_write_error_retries , can also be set from config under azure section. #59001 (SmitaRKulkarni).
Introduced a new setting azure_max_unexpected_write_error_retries for Azure Blob Storage in ClickHouse to control the maximum number of unexpected write error retries.

Why it matters

This feature allows users to configure how many times ClickHouse will retry writing data to Azure Blob Storage upon encountering unexpected write errors, improving reliability and control over write operations to Azure storage.

How to use it

Users can enable or adjust this feature by setting the azure_max_unexpected_write_error_retries parameter either via the ClickHouse configuration file under the azure section or dynamically using the SET command in SQL.