mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
Write requests which timed out may still occupy memory for a while due to local write. It should time out soon as well but there is a time window in which it has not yet. If we don't delay timeout response, the request would be seen as not consuming any memory too early. This in turn would cause the CQL server to allow more requests than we want. In some cases causing OOM or exceeding memory limits and causing excessive cache eviciton. Fixes #1756.