mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
If requests are delayed downstream from the cql server, and the client is able to generate unrelated requests without limit, then the transient memory consumed by the requests will overflow the shard's capacity. Fix by adding a semaphore to cap the amount of transient memory occupied by requests. Fixes #674.