Improved error handling by retrying a broader range of S3 errors, including "Malformed message" errors, when interacting with S3 storage.
Why it matters
This feature enhances the robustness and reliability of ClickHouse when working with S3-compatible storage by automatically retrying operations that fail due to transient or known recoverable errors. It reduces failures in data ingestion or retrieval caused by temporary S3 anomalies.How to use it
This feature is applied automatically in the new ClickHouse version. Users do not need to configure anything explicitly; ClickHouse will now retry additional S3 error cases transparently during S3 operations.