ClickHouse now waits for the zero copy replication lock even if some disks do not support this feature.
Why it matters
This feature ensures that the zero copy replication lock mechanism is enforced consistently across tables, improving synchronization and data integrity, even when certain storage disks lack support for zero copy replication locks.How to use it
No special configuration is needed. The system automatically waits for the zero copy replication lock during replication processes, regardless of individual disk support for this feature.