mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
CQL server is supposed to throttle requests so that they don't overflow memory. The problem is that it currently accounts for request's memory only around reading of its frame from the connection and not actual request execution. As a result too many requests may be allowed to execute and we may run out of memory. Fixes #1708. Message-Id: <1475149302-11517-1-git-send-email-tgrabiec@scylladb.com>