v.23.5Experimental Feature
When Parallel Replicas are Enabled, Unavailable Servers are Skipped by Default
When parallel replicas are enabled they will always skip unavailable servers (the behavior is controlled by the setting skip_unavailable_shards, enabled by default and can be only disabled). This closes: #48565. #50293 (Nikita Mikhaylov).Why it matters
This feature ensures that queries do not fail or hang due to unreachable replicas by skipping unavailable shards. It enhances fault tolerance and query efficiency in distributed setups with parallel replicas.How to use it
The behavior is controlled by the settingskip_unavailable_shards, which is enabled by default. Users can keep it enabled to skip unavailable servers automatically or disable it to change this behavior.