v.25.9Improvement
Add extra retries for disk access check
Add extra retries for disk access check (skip_access_check = 0) in Azure because it may be provisioning access for quite a long time. #86419 (Alexander Tokmakov).Why it matters
Azure storage may take an extended period to provision access, causing disk access checks to fail initially. This feature introduces additional retry attempts to improve reliability and prevent premature failures during this provisioning delay.How to use it
Users can enable this behavior by setting the parameterskip_access_check = 0. The system will then perform extra retries for disk access checks on Azure storage automatically.