mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
allocated through the region It indicates alloc-dealloc mismatch, and can cause other problems in the systems like unable to reclaim memory. We want to catch this at the deallocation site to be able to quickly indentify the offender. Misbehavior of this sort can cause fake OOMs due to underflow of _non_lsa_memory_in_use. When it underflows enough, shard_segment_pool.total_memory() will become 0 and memory reclamation will stop doing anything. Refs #10056
96 KiB
96 KiB