v.24.2Improvement

Enabled Exponential Backoff for Mutation Errors to Optimize Resource Usage

Enabled an exponential backoff logic for errors during mutations. It will reduce the CPU usage, memory usage and log file sizes. #58036 (MikhailBurdukov).
Enabled an exponential backoff mechanism for handling errors during mutations in ClickHouse.

Why it matters

This feature reduces resource consumption such as CPU usage, memory usage, and log file sizes during mutation errors by spacing out retry attempts using an exponential backoff strategy, improving system stability and efficiency.

How to use it

The exponential backoff logic is enabled automatically for mutations when errors occur. No additional configuration is required to benefit from this feature.