v.21.4New Features
Add slowdowns_count column to system.clusters for hedged requests
Add new columnslowdowns_counttosystem.clusters. When using hedged requests, it shows how many times we switched to another replica because this replica was responding slowly. Also show actual value oferrors_countinsystem.clusters. #21480 (Kruglov Pavel).
Why it matters
This feature provides better visibility into replica performance and error occurrences during hedged requests, helping users diagnose and monitor cluster behavior related to slow replicas and failures.How to use it
Users can query thesystem.clusters table to view the new slowdowns_count and updated errors_count columns. No additional configuration is required; the data is available when hedged requests are enabled.