Adds retry logic to the creation of replicated tables in ClickHouse to improve reliability during setup.
Why it matters
This feature addresses failures or transient errors that can occur when creating replicated tables by automatically retrying the creation process. It enhances the stability and robustness of replicated table provisioning, reducing manual intervention and potential downtime.How to use it
The retry mechanism for creating replicated tables is applied automatically by the system during table creation. No additional user configuration is needed to benefit from retries.