mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The decision to reject a read operation can either be made by replicas, or by the coordinator. In the second case, the scylla_storage_proxy_coordinator_read_rate_limited metric was not incremented, but it should. This commit fixes the issue. Fixes: #11651 Closes #11694