v.25.9Improvement
Fix error
Fixed error in case of executing SYSTEM DROP REPLICA against a Catalog with corrupted metadata. #86391 (Nikita Mikhaylov).Why it matters
This fix addresses a stability issue where theSYSTEM DROP REPLICA command would fail if the ClickHouse Catalog metadata was corrupted, improving robustness and error handling in replica management.How to use it
Use theSYSTEM DROP REPLICA command as usual to drop replicas. The fix makes the command handle corrupted metadata gracefully without errors.