v.21.10Backward Incompatible Changes
Deprecation of Ineffective MergeTree Settings in ClickHouse
Now the following MergeTree table-level settings:replicated_max_parallel_sends,replicated_max_parallel_sends_for_table,replicated_max_parallel_fetches,replicated_max_parallel_fetches_for_tabledo nothing. They never worked well and were replaced withmax_replicated_fetches_network_bandwidth,max_replicated_sends_network_bandwidthandbackground_fetches_pool_size. #28404 (alesapin).